Class BlockModelRenderer.AmbientOcclusionFace

  • Enclosing class:
    BlockModelRenderer

    class BlockModelRenderer.AmbientOcclusionFace
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private float[] brightness  
      private int[] lightmap  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private int blend​(int p_147778_1_, int p_147778_2_, int p_147778_3_, int p_147778_4_)  
      private int blend​(int p_178203_1_, int p_178203_2_, int p_178203_3_, int p_178203_4_, float p_178203_5_, float p_178203_6_, float p_178203_7_, float p_178203_8_)  
      void calculate​(IBlockDisplayReader p_239285_1_, BlockState p_239285_2_, BlockPos p_239285_3_, Direction p_239285_4_, float[] p_239285_5_, java.util.BitSet p_239285_6_, boolean p_239285_7_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • brightness

        private final float[] brightness
      • lightmap

        private final int[] lightmap
    • Constructor Detail

      • AmbientOcclusionFace

        public AmbientOcclusionFace()
    • Method Detail

      • blend

        private int blend​(int p_147778_1_,
                          int p_147778_2_,
                          int p_147778_3_,
                          int p_147778_4_)
      • blend

        private int blend​(int p_178203_1_,
                          int p_178203_2_,
                          int p_178203_3_,
                          int p_178203_4_,
                          float p_178203_5_,
                          float p_178203_6_,
                          float p_178203_7_,
                          float p_178203_8_)