Interface AccessorCropBlock


public interface AccessorCropBlock
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static float
    getGrowthSpeed(net.minecraft.world.level.block.Block block, net.minecraft.world.level.BlockGetter level, net.minecraft.core.BlockPos pos)
     
    static boolean
    hasSufficientLight(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)