Uses of Class
net.minecraftforge.event.world.BlockEvent.NeighborNotifyEvent
Packages that use BlockEvent.NeighborNotifyEvent
-
Uses of BlockEvent.NeighborNotifyEvent in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block with parameters of type BlockEvent.NeighborNotifyEventModifier and TypeMethodDescriptionstatic void
NeighborNotifyEventTest.onNeighborNotify(BlockEvent.NeighborNotifyEvent event)
-
Uses of BlockEvent.NeighborNotifyEvent in net.minecraftforge.event
Methods in net.minecraftforge.event that return BlockEvent.NeighborNotifyEventModifier and TypeMethodDescriptionForgeEventFactory.onNeighborNotify(Level world, BlockPos pos, BlockState state, EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate)