Package net.minecraft.block
Class PlantBlockHelper
- java.lang.Object
-
- net.minecraft.block.PlantBlockHelper
-
public class PlantBlockHelper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PlantBlockHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getBlocksToGrowWhenBonemealed(java.util.Random p_235515_0_)
static boolean
isValidGrowthState(BlockState p_235514_0_)
-
-
-
Method Detail
-
isValidGrowthState
public static boolean isValidGrowthState(BlockState p_235514_0_)
-
getBlocksToGrowWhenBonemealed
public static int getBlocksToGrowWhenBonemealed(java.util.Random p_235515_0_)
-
-