Interface IForgeVertexFormat
- All Known Implementing Classes:
VertexFormat
public interface IForgeVertexFormat
Extension interface for
VertexFormat.-
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<VertexFormatElement> default booleanhasColor()default booleandefault booleandefault booleanhasUV(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)
-