Interface IForgeVertexFormat

All Known Implementing Classes:
VertexFormat

public interface IForgeVertexFormat
Extension interface for VertexFormat.
  • Method Details

    • getElements

      List<VertexFormatElement> getElements()
    • hasPosition

      default boolean hasPosition()
    • hasNormal

      default boolean hasNormal()
    • hasColor

      default boolean hasColor()
    • hasUV

      default boolean hasUV(int which)