类 VertexFormatElement

java.lang.Object
com.mojang.blaze3d.vertex.VertexFormatElement

public class VertexFormatElement extends Object
  • 字段详细资料

  • 构造器详细资料

  • 方法详细资料

    • supportsUsage

      private boolean supportsUsage(int pIndex, VertexFormatElement.Usage pUsage)
    • getType

      public final VertexFormatElement.Type getType()
    • getUsage

      public final VertexFormatElement.Usage getUsage()
    • getCount

      public final int getCount()
    • getIndex

      public final int getIndex()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object
    • getByteSize

      public final int getByteSize()
    • isPosition

      public final boolean isPosition()
    • equals

      public boolean equals(Object pOther)
      覆盖:
      equals 在类中 Object
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • setupBufferState

      public void setupBufferState(int pStateIndex, long pOffset, int pStride)
    • clearBufferState

      public void clearBufferState(int pElementIndex)
    • getElementCount

      public int getElementCount()