Class NeighbourStateUpdateEvent
java.lang.Object
alexiil.mc.lib.multipart.api.event.MultipartEvent
alexiil.mc.lib.multipart.api.event.NeighbourStateUpdateEvent
Fired when a neighbouring block was updated in
AbstractBlock.getStateForNeighborUpdate(BlockState, Direction, BlockState, WorldAccess, BlockPos, BlockPos)
.-
Field Summary
-
Constructor Summary
ConstructorDescriptionNeighbourStateUpdateEvent
(Direction direction, BlockPos pos, BlockState newState) -
Method Summary
-
Field Details
-
direction
-
pos
-
newState
-
-
Constructor Details
-
NeighbourStateUpdateEvent
-