From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraft/client/renderer/Tessellator.html | 632 +++++++++++++++++++++ 1 file changed, 632 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/Tessellator.html (limited to 'javadoc/net/minecraft/client/renderer/Tessellator.html') diff --git a/javadoc/net/minecraft/client/renderer/Tessellator.html b/javadoc/net/minecraft/client/renderer/Tessellator.html new file mode 100644 index 0000000..c16e546 --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/Tessellator.html @@ -0,0 +1,632 @@ + + + + + +Tessellator (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer
+

Class Tessellator

+
+
+ +
+
    +
  • +
    +
    +
    public class Tessellator
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Tessellator() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidaddTranslation(float p_78372_1_, + float p_78372_2_, + float p_78372_3_) 
      voidaddVertex(double p_78377_1_, + double p_78377_3_, + double p_78377_5_) 
      voidaddVertexWithUV(double p_78374_1_, + double p_78374_3_, + double p_78374_5_, + double p_78374_7_, + double p_78374_9_) 
      voiddisableColor() 
      intdraw() 
      voidfunc_154352_a(byte p_154352_1_, + byte p_154352_2_, + byte p_154352_3_) 
      TesselatorVertexStategetVertexState(float p_147564_1_, + float p_147564_2_, + float p_147564_3_) 
      voidsetBrightness(int p_78380_1_) 
      voidsetColorOpaque_F(float p_78386_1_, + float p_78386_2_, + float p_78386_3_) 
      voidsetColorOpaque_I(int p_78378_1_) 
      voidsetColorOpaque(int p_78376_1_, + int p_78376_2_, + int p_78376_3_) 
      voidsetColorRGBA_F(float p_78369_1_, + float p_78369_2_, + float p_78369_3_, + float p_78369_4_) 
      voidsetColorRGBA_I(int p_78384_1_, + int p_78384_2_) 
      voidsetColorRGBA(int p_78370_1_, + int p_78370_2_, + int p_78370_3_, + int p_78370_4_) 
      voidsetNormal(float p_78375_1_, + float p_78375_2_, + float p_78375_3_) 
      voidsetTextureUV(double p_78385_1_, + double p_78385_3_) 
      voidsetTranslation(double p_78373_1_, + double p_78373_3_, + double p_78373_5_) 
      voidsetVertexState(TesselatorVertexState p_147565_1_) 
      voidstartDrawing(int p_78371_1_) 
      voidstartDrawingQuads() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        renderingWorldRenderer

        +
        public static boolean renderingWorldRenderer
        +
      • +
      + + + +
        +
      • +

        defaultTexture

        +
        public boolean defaultTexture
        +
      • +
      + + + +
        +
      • +

        textureID

        +
        public int textureID
        +
      • +
      + + + +
        +
      • +

        instance

        +
        public static final Tessellator instance
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Tessellator

        +
        public Tessellator()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        draw

        +
        public int draw()
        +
      • +
      + + + +
        +
      • +

        getVertexState

        +
        public TesselatorVertexState getVertexState(float p_147564_1_,
        +                                   float p_147564_2_,
        +                                   float p_147564_3_)
        +
      • +
      + + + + + + + +
        +
      • +

        startDrawingQuads

        +
        public void startDrawingQuads()
        +
      • +
      + + + +
        +
      • +

        startDrawing

        +
        public void startDrawing(int p_78371_1_)
        +
      • +
      + + + +
        +
      • +

        setTextureUV

        +
        public void setTextureUV(double p_78385_1_,
        +                double p_78385_3_)
        +
      • +
      + + + +
        +
      • +

        setBrightness

        +
        public void setBrightness(int p_78380_1_)
        +
      • +
      + + + +
        +
      • +

        setColorOpaque_F

        +
        public void setColorOpaque_F(float p_78386_1_,
        +                    float p_78386_2_,
        +                    float p_78386_3_)
        +
      • +
      + + + +
        +
      • +

        setColorRGBA_F

        +
        public void setColorRGBA_F(float p_78369_1_,
        +                  float p_78369_2_,
        +                  float p_78369_3_,
        +                  float p_78369_4_)
        +
      • +
      + + + +
        +
      • +

        setColorOpaque

        +
        public void setColorOpaque(int p_78376_1_,
        +                  int p_78376_2_,
        +                  int p_78376_3_)
        +
      • +
      + + + +
        +
      • +

        setColorRGBA

        +
        public void setColorRGBA(int p_78370_1_,
        +                int p_78370_2_,
        +                int p_78370_3_,
        +                int p_78370_4_)
        +
      • +
      + + + +
        +
      • +

        func_154352_a

        +
        public void func_154352_a(byte p_154352_1_,
        +                 byte p_154352_2_,
        +                 byte p_154352_3_)
        +
      • +
      + + + +
        +
      • +

        addVertexWithUV

        +
        public void addVertexWithUV(double p_78374_1_,
        +                   double p_78374_3_,
        +                   double p_78374_5_,
        +                   double p_78374_7_,
        +                   double p_78374_9_)
        +
      • +
      + + + +
        +
      • +

        addVertex

        +
        public void addVertex(double p_78377_1_,
        +             double p_78377_3_,
        +             double p_78377_5_)
        +
      • +
      + + + +
        +
      • +

        setColorOpaque_I

        +
        public void setColorOpaque_I(int p_78378_1_)
        +
      • +
      + + + +
        +
      • +

        setColorRGBA_I

        +
        public void setColorRGBA_I(int p_78384_1_,
        +                  int p_78384_2_)
        +
      • +
      + + + +
        +
      • +

        disableColor

        +
        public void disableColor()
        +
      • +
      + + + +
        +
      • +

        setNormal

        +
        public void setNormal(float p_78375_1_,
        +             float p_78375_2_,
        +             float p_78375_3_)
        +
      • +
      + + + +
        +
      • +

        setTranslation

        +
        public void setTranslation(double p_78373_1_,
        +                  double p_78373_3_,
        +                  double p_78373_5_)
        +
      • +
      + + + +
        +
      • +

        addTranslation

        +
        public void addTranslation(float p_78372_1_,
        +                  float p_78372_2_,
        +                  float p_78372_3_)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3