Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.Type
Packages that use VertexFormatElement.Type
-
Uses of VertexFormatElement.Type in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElement.TypeMethods in net.minecraft.client.render that return VertexFormatElement.TypeModifier and TypeMethodDescriptionVertexFormatElement.getType()
static VertexFormatElement.Type
Returns the enum constant of this class with the specified name.static VertexFormatElement.Type[]
VertexFormatElement.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.render with parameters of type VertexFormatElement.TypeModifier and TypeMethodDescriptionprivate boolean
VertexFormatElement.isValidType(int index, VertexFormatElement.Type type)
Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.TypeModifierConstructorDescriptionVertexFormatElement(int textureIndex, VertexFormatElement.DataType dataType, VertexFormatElement.Type type, int length)