Uses of Enum Class
net.minecraft.client.renderer.vertex.VertexFormatElement.Type
Packages that use VertexFormatElement.Type
-
Uses of VertexFormatElement.Type in net.minecraft.client.renderer.vertex
Fields in net.minecraft.client.renderer.vertex declared as VertexFormatElement.TypeMethods in net.minecraft.client.renderer.vertex that return VertexFormatElement.TypeModifier and TypeMethodDescriptionfinal VertexFormatElement.Type
VertexFormatElement.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.Constructors in net.minecraft.client.renderer.vertex with parameters of type VertexFormatElement.TypeModifierConstructorDescriptionVertexFormatElement
(int p_i46096_1_, VertexFormatElement.Type p_i46096_2_, VertexFormatElement.Usage p_i46096_3_, int p_i46096_4_)