Class InstantNeighborUpdater
java.lang.Object
net.minecraft.world.level.redstone.InstantNeighborUpdater
- All Implemented Interfaces:
 NeighborUpdater
- 
Field Summary
FieldsFields inherited from interface net.minecraft.world.level.redstone.NeighborUpdater
UPDATE_ORDER - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidneighborChanged(BlockPos p_230751_, Block p_230752_, BlockPos p_230753_) voidneighborChanged(BlockState p_230745_, BlockPos p_230746_, Block p_230747_, BlockPos p_230748_, boolean p_230749_) voidshapeUpdate(Direction p_230755_, BlockState p_230756_, BlockPos p_230757_, BlockPos p_230758_, int p_230759_, int p_230760_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.level.redstone.NeighborUpdater
updateNeighborsAtExceptFromFacing 
- 
Field Details
- 
level
 
 - 
 - 
Constructor Details
- 
InstantNeighborUpdater
 
 - 
 - 
Method Details
- 
shapeUpdate
public void shapeUpdate(Direction p_230755_, BlockState p_230756_, BlockPos p_230757_, BlockPos p_230758_, int p_230759_, int p_230760_) - Specified by:
 shapeUpdatein interfaceNeighborUpdater
 - 
neighborChanged
- Specified by:
 neighborChangedin interfaceNeighborUpdater
 - 
neighborChanged
public void neighborChanged(BlockState p_230745_, BlockPos p_230746_, Block p_230747_, BlockPos p_230748_, boolean p_230749_) - Specified by:
 neighborChangedin interfaceNeighborUpdater
 
 -