Package net.minecraftforge.event.world
Class PistonEvent.Post
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.event.world.BlockEvent
-
- net.minecraftforge.event.world.PistonEvent
-
- net.minecraftforge.event.world.PistonEvent.Post
-
- Enclosing class:
- PistonEvent
public static class PistonEvent.Post extends PistonEvent
Fires after the piston has moved and set surrounding states. This will not fire ifPistonEvent.Pre
is cancelled.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.event.world.PistonEvent
PistonEvent.PistonMoveType, PistonEvent.Post, PistonEvent.Pre
-
Nested classes/interfaces inherited from class net.minecraftforge.event.world.BlockEvent
BlockEvent.BlockToolInteractEvent, BlockEvent.BreakEvent, BlockEvent.CreateFluidSourceEvent, BlockEvent.CropGrowEvent, BlockEvent.EntityMultiPlaceEvent, BlockEvent.EntityPlaceEvent, BlockEvent.FarmlandTrampleEvent, BlockEvent.FluidPlaceBlockEvent, BlockEvent.NeighborNotifyEvent, BlockEvent.PortalSpawnEvent
-
-
Constructor Summary
Constructors Constructor Description Post(World world, BlockPos pos, Direction direction, PistonEvent.PistonMoveType moveType)
-
Method Summary
-
Methods inherited from class net.minecraftforge.event.world.PistonEvent
getDirection, getFaceOffsetPos, getPistonMoveType, getStructureHelper
-
Methods inherited from class net.minecraftforge.event.world.BlockEvent
getPos, getState, getWorld
-
-
-
-
Constructor Detail
-
Post
public Post(World world, BlockPos pos, Direction direction, PistonEvent.PistonMoveType moveType)
-
-