Uses of Enum
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.TypeReturns the enum constant of this type with the specified name.static VertexFormatElement.Type[]VertexFormatElement.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.render with parameters of type VertexFormatElement.TypeModifier and TypeMethodDescriptionprivate booleanVertexFormatElement.isValidType(int index, VertexFormatElement.Type type)Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.TypeModifierConstructorDescriptionVertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count)