Interface AccessorCropBlock
public interface AccessorCropBlock
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic floatgetGrowthSpeed(net.minecraft.world.level.block.Block block, net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos) static booleanhasSufficientLight(net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos)
-
Method Details
-
getGrowthSpeed
static float getGrowthSpeed(net.minecraft.world.level.block.Block block, net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos) -
hasSufficientLight
static boolean hasSufficientLight(net.minecraft.world.level.LevelReader level, net.minecraft.core.BlockPos pos)
-