类 BlockEvent.CropGrowEvent.Pre
java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.level.BlockEvent
net.minecraftforge.event.level.BlockEvent.CropGrowEvent
net.minecraftforge.event.level.BlockEvent.CropGrowEvent.Pre
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.
This event is not
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 not
Cancelable
.-
嵌套类概要
从类继承的嵌套类/接口 net.minecraftforge.event.level.BlockEvent.CropGrowEvent
BlockEvent.CropGrowEvent.Post, BlockEvent.CropGrowEvent.Pre
从类继承的嵌套类/接口 net.minecraftforge.event.level.BlockEvent
BlockEvent.BlockToolModificationEvent, BlockEvent.BreakEvent, BlockEvent.CreateFluidSourceEvent, BlockEvent.CropGrowEvent, BlockEvent.EntityMultiPlaceEvent, BlockEvent.EntityPlaceEvent, BlockEvent.FarmlandTrampleEvent, BlockEvent.FluidPlaceBlockEvent, BlockEvent.NeighborNotifyEvent, BlockEvent.PortalSpawnEvent
从类继承的嵌套类/接口 net.minecraftforge.eventbus.api.Event
net.minecraftforge.eventbus.api.Event.HasResult, net.minecraftforge.eventbus.api.Event.Result
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraftforge.event.level.BlockEvent
getLevel, getPos, getState
从类继承的方法 net.minecraftforge.eventbus.api.Event
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult
-
构造器详细资料
-
Pre
-