Class SignTileEntityRenderer.SignModel

    • Constructor Summary

      Constructors 
      Constructor Description
      SignModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void renderToBuffer​(MatrixStack p_225598_1_, IVertexBuilder p_225598_2_, int p_225598_3_, int p_225598_4_, float p_225598_5_, float p_225598_6_, float p_225598_7_, float p_225598_8_)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.Consumer

        andThen
    • Constructor Detail

      • SignModel

        public SignModel()
    • Method Detail

      • renderToBuffer

        public void renderToBuffer​(MatrixStack p_225598_1_,
                                   IVertexBuilder p_225598_2_,
                                   int p_225598_3_,
                                   int p_225598_4_,
                                   float p_225598_5_,
                                   float p_225598_6_,
                                   float p_225598_7_,
                                   float p_225598_8_)
        Specified by:
        renderToBuffer in class Model