Class BlockVertexList

java.lang.Object
com.jozufozu.flywheel.core.vertex.AbstractVertexList
com.jozufozu.flywheel.core.vertex.BlockVertexList
All Implemented Interfaces:
VertexList, AutoCloseable
Direct Known Subclasses:
BlockVertexList.Shaded

public class BlockVertexList extends AbstractVertexList
  • Constructor Details

    • BlockVertexList

      public BlockVertexList(ByteBuffer copyFrom, int vertexCount, int stride)
  • Method Details

    • isEmpty

      public boolean isEmpty()
    • getX

      public float getX(int index)
    • getY

      public float getY(int index)
    • getZ

      public float getZ(int index)
    • getR

      public byte getR(int index)
    • getG

      public byte getG(int index)
    • getB

      public byte getB(int index)
    • getA

      public byte getA(int index)
    • getU

      public float getU(int index)
    • getV

      public float getV(int index)
    • getLight

      public int getLight(int index)
    • getNX

      public float getNX(int index)
    • getNY

      public float getNY(int index)
    • getNZ

      public float getNZ(int index)