Uses of Enum Class
net.neoforged.neoforge.event.level.block.CropGrowEvent.Pre.Result
Packages that use CropGrowEvent.Pre.Result
-
Uses of CropGrowEvent.Pre.Result in net.neoforged.neoforge.event.level.block
Fields in net.neoforged.neoforge.event.level.block declared as CropGrowEvent.Pre.ResultMethods in net.neoforged.neoforge.event.level.block that return CropGrowEvent.Pre.ResultModifier and TypeMethodDescriptionCropGrowEvent.Pre.getResult()Returns the result of this event, which controls if the click will be treated as handled.static CropGrowEvent.Pre.ResultReturns the enum constant of this class with the specified name.static CropGrowEvent.Pre.Result[]CropGrowEvent.Pre.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.neoforged.neoforge.event.level.block with parameters of type CropGrowEvent.Pre.ResultModifier and TypeMethodDescriptionvoidCropGrowEvent.Pre.setResult(CropGrowEvent.Pre.Result result) Changes the result of this event.