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 boolean
hasColor()
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)
-