Uses of Enum Class
net.minecraft.client.render.VertexFormatElement.ComponentType
Packages that use VertexFormatElement.ComponentType
-
Uses of VertexFormatElement.ComponentType in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElement.ComponentTypeModifier and TypeFieldDescriptionprivate final VertexFormatElement.ComponentTypeVertexFormatElement.typeThe field for thetyperecord component.Methods in net.minecraft.client.render that return VertexFormatElement.ComponentTypeModifier and TypeMethodDescriptionVertexFormatElement.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static VertexFormatElement.ComponentType[]VertexFormatElement.ComponentType.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.ComponentTypeModifier and TypeMethodDescriptionstatic VertexFormatElementVertexFormatElement.register(int id, int uvIndex, VertexFormatElement.ComponentType type, VertexFormatElement.Usage usage, int count) Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.ComponentTypeModifierConstructorDescriptionVertexFormatElement(int uvIndex, int int2, VertexFormatElement.ComponentType componentType, VertexFormatElement.Usage usage, int int3)