Uses of Class
net.minecraft.client.renderer.vertex.VertexFormatElement.Usage
-
Packages that use VertexFormatElement.Usage Package Description net.minecraft.client.renderer.vertex net.minecraftforge.client -
-
Uses of VertexFormatElement.Usage in net.minecraft.client.renderer.vertex
Fields in net.minecraft.client.renderer.vertex declared as VertexFormatElement.Usage Modifier and Type Field Description private VertexFormatElement.Usage
VertexFormatElement. usage
Methods in net.minecraft.client.renderer.vertex that return VertexFormatElement.Usage Modifier and Type Method Description VertexFormatElement.Usage
VertexFormatElement. getUsage()
static VertexFormatElement.Usage
VertexFormatElement.Usage. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VertexFormatElement.Usage[]
VertexFormatElement.Usage. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.renderer.vertex with parameters of type VertexFormatElement.Usage Modifier and Type Method Description private boolean
VertexFormatElement. supportsUsage(int p_177372_1_, VertexFormatElement.Usage p_177372_2_)
Constructors in net.minecraft.client.renderer.vertex with parameters of type VertexFormatElement.Usage Constructor Description VertexFormatElement(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.Usage Modifier and Type Method Description static void
ForgeHooksClient. postDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, java.nio.ByteBuffer buffer)
static void
ForgeHooksClient. preDraw(VertexFormatElement.Usage attrType, VertexFormat format, int element, int stride, java.nio.ByteBuffer buffer)
-