Crop Grow Event
To use this event use the following import:
groovy
import net.minecraftforge.event.world.BlockEvent.CropGrowEventSub-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.PreSub-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.PostSub-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()