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.TypeModifier and TypeFieldDescriptionprivate final VertexFormatElement.TypeVertexFormatElement.typeThe field for thetyperecord component.Methods in net.minecraft.client.render that return VertexFormatElement.TypeModifier and TypeMethodDescriptionVertexFormatElement.type()Returns the value of thetyperecord component.static VertexFormatElement.TypeReturns 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 booleanVertexFormatElement.isValidType(int uvIndex, VertexFormatElement.Type type) static VertexFormatElementVertexFormatElement.method_60845(int int2, int int3, VertexFormatElement.ComponentType componentType, VertexFormatElement.Type type, int int4) Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.TypeModifierConstructorDescriptionVertexFormatElement(int uvIndex, int int2, VertexFormatElement.ComponentType componentType, VertexFormatElement.Type type, int int3)