Uses of Enum Class
net.minecraft.client.renderer.vertex.VertexFormatElement.Usage
Packages that use VertexFormatElement.Usage
-
Uses of VertexFormatElement.Usage in net.minecraft.client.renderer.vertex
Fields in net.minecraft.client.renderer.vertex declared as VertexFormatElement.UsageModifier and TypeFieldDescriptionprivate final VertexFormatElement.UsageVertexFormatElement.usageMethods in net.minecraft.client.renderer.vertex that return VertexFormatElement.UsageModifier and TypeMethodDescriptionVertexFormatElement.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 net.minecraft.client.renderer.vertex with parameters of type VertexFormatElement.UsageModifier and TypeMethodDescriptionprivate booleanVertexFormatElement.supportsUsage(int p_177372_1_, VertexFormatElement.Usage p_177372_2_) Constructors in net.minecraft.client.renderer.vertex with parameters of type VertexFormatElement.UsageModifierConstructorDescriptionVertexFormatElement(int p_i46096_1_, VertexFormatElement.Type p_i46096_2_, VertexFormatElement.Usage p_i46096_3_, int p_i46096_4_) -
Uses of VertexFormatElement.Usage in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type VertexFormatElement.UsageModifier and TypeMethodDescriptionstatic voidForgeHooksClient.postDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, ByteBuffer buffer) static voidForgeHooksClient.preDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, ByteBuffer buffer)