Uses of Class
net.minecraftforge.event.world.BlockEvent.NeighborNotifyEvent
-
Packages that use BlockEvent.NeighborNotifyEvent Package Description net.minecraftforge.debug.block net.minecraftforge.event -
-
Uses of BlockEvent.NeighborNotifyEvent in net.minecraftforge.debug.block
Methods in net.minecraftforge.debug.block with parameters of type BlockEvent.NeighborNotifyEvent Modifier and Type Method Description static void
NeighborNotifyEventTest. onNeighborNotify(BlockEvent.NeighborNotifyEvent event)
-
Uses of BlockEvent.NeighborNotifyEvent in net.minecraftforge.event
Methods in net.minecraftforge.event that return BlockEvent.NeighborNotifyEvent Modifier and Type Method Description static BlockEvent.NeighborNotifyEvent
ForgeEventFactory. onNeighborNotify(World world, BlockPos pos, BlockState state, java.util.EnumSet<Direction> notifiedSides, boolean forceRedstoneUpdate)
-