Interface IBlockAndTintGetterExtension


public interface IBlockAndTintGetterExtension
Extension interface for BlockAndTintGetter.
  • Method Summary

    Modifier and Type
    Method
    Description
    default float
    getShade(float normalX, float normalY, float normalZ, boolean shade)
    Computes the shade for a given normal.
    private net.minecraft.world.level.BlockAndTintGetter
     
  • Method Details

    • self

      private net.minecraft.world.level.BlockAndTintGetter self()
    • getShade

      default float getShade(float normalX, float normalY, float normalZ, boolean shade)
      Computes the shade for a given normal. Alternate version of the vanilla method taking in a Direction.