Package net.minecraftforge.event.world
Class BlockEvent.CropGrowEvent.Pre
- java.lang.Object
-
- net.minecraftforge.eventbus.api.Event
-
- net.minecraftforge.event.world.BlockEvent
-
- net.minecraftforge.event.world.BlockEvent.CropGrowEvent
-
- net.minecraftforge.event.world.BlockEvent.CropGrowEvent.Pre
-
- Enclosing class:
- BlockEvent.CropGrowEvent
public static class BlockEvent.CropGrowEvent.Pre extends BlockEvent.CropGrowEvent
Fired when any "growing age" blocks (for example cacti, chorus plants, or crops in vanilla) attempt to advance to the next growth age state during a random tick.
Event.Result.DEFAULT
will pass on to the vanilla growth mechanics.
Event.Result.ALLOW
will force the plant to advance a growth stage.
Event.Result.DENY
will prevent the plant from advancing a growth stage.
This event is notCancelable
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class net.minecraftforge.event.world.BlockEvent.CropGrowEvent
BlockEvent.CropGrowEvent.Post, BlockEvent.CropGrowEvent.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 Pre(World world, BlockPos pos, BlockState state)
-
Method Summary
-
Methods inherited from class net.minecraftforge.event.world.BlockEvent
getPos, getState, getWorld
-
-
-
-
Constructor Detail
-
Pre
public Pre(World world, BlockPos pos, BlockState state)
-
-