Interface IForgeVertexFormat

All Known Implementing Classes:
VertexFormat

public interface IForgeVertexFormat
Extension interface for VertexFormat.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.collect.ImmutableList<VertexFormatElement>
     
    default boolean
     
    default boolean
     
    default boolean
     
    default boolean
    hasUV(int which)
     
  • Method Details

    • getElements

      com.google.common.collect.ImmutableList<VertexFormatElement> getElements()
    • hasPosition

      default boolean hasPosition()
    • hasNormal

      default boolean hasNormal()
    • hasColor

      default boolean hasColor()
    • hasUV

      default boolean hasUV(int which)