Class VertexWrapper1_12_2

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.client.render.VertexWrapper
mods.thecomputerizer.theimpossiblelibrary.legacy.v12.m2.client.render.VertexWrapper1_12_2

public class VertexWrapper1_12_2 extends mods.thecomputerizer.theimpossiblelibrary.api.client.render.VertexWrapper
  • Field Summary

    Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.render.VertexWrapper

    mode
  • Constructor Summary

    Constructors
    Constructor
    Description
    VertexWrapper1_12_2(int mode, net.minecraft.client.renderer.vertex.VertexFormat format, int numVertices, int... vertexSizes)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    protected void
     
    protected void
    onVertexEnded(Number[][] numbers)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.client.render.VertexWrapper

    clearBuffers, color, color, color, endVertex, finish, getCurrentVertex, getVertex, pos, pos, setVertexSize, start, tex, tex

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VertexWrapper1_12_2

      public VertexWrapper1_12_2(int mode, net.minecraft.client.renderer.vertex.VertexFormat format, int numVertices, int... vertexSizes)
  • Method Details

    • begin

      protected void begin()
      Specified by:
      begin in class mods.thecomputerizer.theimpossiblelibrary.api.client.render.VertexWrapper
    • draw

      protected void draw()
      Specified by:
      draw in class mods.thecomputerizer.theimpossiblelibrary.api.client.render.VertexWrapper
    • onVertexEnded

      protected void onVertexEnded(Number[][] numbers)
      Specified by:
      onVertexEnded in class mods.thecomputerizer.theimpossiblelibrary.api.client.render.VertexWrapper