net.minecraft.world.level.block

public record SideChainPartBlock$Neighbors

dyi$c
net.minecraft.world.level.block.SideChainPartBlock$Neighbors
net.minecraft.class_11587$class_11590
net.minecraft.block.SideChaining$Neighbors

Field summary

Modifier and TypeField
private final SideChainPartBlock
a
block
comp_4438
block
private final LevelAccessor
b
level
comp_4439
world
private final Direction
c
facing
comp_4440
facing
private final BlockPos
d
center
comp_4441
center
private final Map<BlockPos, SideChainPartBlock$Neighbor>
e
cache
comp_4442
cache

Constructor summary

ModifierConstructor
public (SideChainPartBlock arg0, LevelAccessor arg1, Direction arg2, BlockPos arg3, Map<BlockPos, SideChainPartBlock$Neighbor> arg4)

Method summary

Modifier and TypeMethod
private boolean
a(efg arg0)
isConnectableToThisBlock(BlockState arg0)
method_72638(class_2680 arg0)
canChainWith(BlockState state)
private SideChainPartBlock$Neighbor
a(jb arg0)
createNewNeighbor(BlockPos arg0)
method_72639(class_2338 arg0)
createNeighbor(BlockPos pos)
private SideChainPartBlock$Neighbor
a(jh arg0, Integer arg1)
getOrCreateNeighbor(Direction arg0, Integer arg1)
method_72640(class_2350 arg0, Integer arg1)
getOrCreateNeighbor(Direction direction, Integer distance)
public SideChainPartBlock$Neighbor
a(int arg0)
left(int arg0)
method_72637(int arg0)
getLeftNeighbor(int distance)
public SideChainPartBlock$Neighbor
b(int arg0)
right(int arg0)
method_72642(int arg0)
getRightNeighbor(int distance)
public SideChainPartBlock$Neighbor
a()
left()
method_72636()
getLeftNeighbor()
public SideChainPartBlock$Neighbor
b()
right()
method_72641()
getRightNeighbor()
public SideChainPartBlock
c()
block()
comp_4438()
block()
public LevelAccessor
d()
level()
comp_4439()
world()
public Direction
e()
facing()
comp_4440()
facing()
public BlockPos
f()
center()
comp_4441()
center()
public Map<BlockPos, SideChainPartBlock$Neighbor>
g()
cache()
comp_4442()
cache()