类 CropGrowEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.level.BlockEvent
net.neoforged.neoforge.event.level.block.CropGrowEvent
- 直接已知子类:
CropGrowEvent.Post
,CropGrowEvent.Pre
Parent of the two crop growth events.
- 另请参阅:
-
嵌套类概要
嵌套类修饰符和类型类说明static class
Fired when "growing age" blocks (for example cacti, chorus plants, or crops in vanilla) have successfully grown.static class
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.从类继承的嵌套类/接口 net.neoforged.neoforge.event.level.BlockEvent
BlockEvent.BlockToolModificationEvent, BlockEvent.BreakEvent, BlockEvent.EntityMultiPlaceEvent, BlockEvent.EntityPlaceEvent, BlockEvent.FarmlandTrampleEvent, BlockEvent.FluidPlaceBlockEvent, BlockEvent.NeighborNotifyEvent, BlockEvent.PortalSpawnEvent
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.neoforged.neoforge.event.level.BlockEvent
getLevel, getPos, getState
-
构造器详细资料
-
CropGrowEvent
-