Crop Grow Event
To use this event use the following import:
groovy
import net.minecraftforge.event.world.BlockEvent.CropGrowEvent
Sub-Classes
This event extends the following events and can use all their methods and fields:
BlockEvent
Methods
Crop Grow Event.Pre
To use this event use the following import:
groovy
import net.minecraftforge.event.world.BlockEvent.CropGrowEvent.Pre
Sub-Classes
This event extends the following events and can use all their methods and fields:
CropGrowEvent, BlockEvent
Methods
groovy
boolean hasResult()
Crop Grow Event.Post
To use this event use the following import:
groovy
import net.minecraftforge.event.world.BlockEvent.CropGrowEvent.Post
Sub-Classes
This event extends the following events and can use all their methods and fields:
CropGrowEvent, BlockEvent
Methods
groovy
net.minecraft.block.state.IBlockState getOriginalState()