net.minecraft.world.block

public class SimpleNeighborUpdater

implements NeighborUpdater

net.minecraft.world.level.redstone.InstantNeighborUpdater
net.minecraft.world.level.redstone.InstantNeighborUpdater
net.minecraft.class_7164
net.minecraft.world.block.SimpleNeighborUpdater

Field summary

Modifier and TypeField
private final World
level
level
field_37838
world

Constructor summary

ModifierConstructor
public (World world)

Method summary

Modifier and TypeMethod
public void
shapeUpdate(Direction direction, BlockState neighborState, BlockPos pos, BlockPos neighborPos, int updateFlags, int updateLimit)
shapeUpdate(Direction direction, BlockState neighborState, BlockPos pos, BlockPos neighborPos, int updateFlags, int updateLimit)
method_42392(class_2350 arg0, class_2680 arg1, class_2338 arg2, class_2338 arg3, int arg4, int arg5)
replaceWithStateForNeighborUpdate(Direction arg0, BlockState arg1, BlockPos arg2, BlockPos arg3, int arg4, int arg5)
public void
neighborChanged(BlockPos pos, Block changedBlock, Orientation orientation)
neighborChanged(BlockPos pos, Block changedBlock, Orientation orientation)
method_41704(class_2338 arg0, class_2248 arg1, class_9904 arg2)
updateNeighbor(BlockPos arg0, Block arg1, WireOrientation arg2)
public void
neighborChanged(BlockState state, BlockPos pos, Block changedBlock, Orientation orientation, boolean movedByPiston)
neighborChanged(BlockState state, BlockPos pos, Block changedBlock, Orientation orientation, boolean movedByPiston)
method_41703(class_2680 arg0, class_2338 arg1, class_2248 arg2, class_9904 arg3, boolean arg4)
updateNeighbor(BlockState arg0, BlockPos arg1, Block arg2, WireOrientation arg3, boolean arg4)