Uses of Enum Class
com.mojang.blaze3d.vertex.VertexFormatElement.Usage
Packages that use VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in com.mojang.blaze3d.vertex
Fields in com.mojang.blaze3d.vertex declared as VertexFormatElement.UsageModifier and TypeFieldDescriptionprivate final VertexFormatElement.UsageVertexFormatElement.usageMethods in com.mojang.blaze3d.vertex that return VertexFormatElement.UsageModifier and TypeMethodDescriptionstatic VertexFormatElement.UsageVertexFormatElement.Usage.create(String name, String usageName, VertexFormatElement.Usage.SetupState setupState, VertexFormatElement.Usage.ClearState clearState) VertexFormatElement.getUsage()static VertexFormatElement.UsageReturns the enum constant of this class with the specified name.static VertexFormatElement.Usage[]VertexFormatElement.Usage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.vertex with parameters of type VertexFormatElement.UsageModifier and TypeMethodDescriptionprivate booleanVertexFormatElement.supportsUsage(int p_86043_, VertexFormatElement.Usage p_86044_) Constructors in com.mojang.blaze3d.vertex with parameters of type VertexFormatElement.UsageModifierConstructorDescriptionVertexFormatElement(int p_86037_, VertexFormatElement.Type p_86038_, VertexFormatElement.Usage p_86039_, int p_86040_)