net.minecraft.world.block

record ChainRestrictedNeighborUpdater$StatefulEntry

implements ChainRestrictedNeighborUpdater$Entry

net.minecraft.world.level.redstone.CollectingNeighborUpdater$FullNeighborUpdate
net.minecraft.class_7159$class_7160
net.minecraft.world.block.ChainRestrictedNeighborUpdater$StatefulEntry

Field summary

Modifier and TypeField
private final BlockState
state
comp_584
state
private final BlockPos
pos
comp_585
pos
private final Block
block
comp_586
sourceBlock
private final WireOrientation
orientation
comp_2972
orientation
private final boolean
movedByPiston
comp_588
movedByPiston

Constructor summary

ModifierConstructor
private (BlockState state, BlockPos pos, Block sourceBlock, WireOrientation orientation, boolean movedByPiston)

Method summary

Modifier and TypeMethod
public boolean
runNext(Level level)
method_41707(class_1937 arg0)
update(World arg0)
public void
forEachUpdatedPos(Consumer<BlockPos> output)
method_74695(Consumer<class_2338> arg0)
runCallback(Consumer<BlockPos> arg0)
public BlockState
state()
comp_584()
state()
public BlockPos
pos()
comp_585()
pos()
public Block
block()
comp_586()
sourceBlock()
public WireOrientation
orientation()
comp_2972()
orientation()
public boolean
movedByPiston()
comp_588()
movedByPiston()