Skip to content

BlockEvent.CropGrowEvent

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

BlockEvent.CropGrowEvent.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()

BlockEvent.CropGrowEvent.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()

Contributors

Changelog

© 2024 CleanroomMC. All Rights Reserved.