Uses of Class
net.minecraft.client.render.VertexFormatElement.Type
| Package | Description |
|---|---|
| net.minecraft.client.render |
-
Uses of VertexFormatElement.Type in net.minecraft.client.render
Fields in net.minecraft.client.render declared as VertexFormatElement.Type Modifier and Type Field Description private VertexFormatElement.TypeVertexFormatElement. typeMethods in net.minecraft.client.render that return VertexFormatElement.Type Modifier and Type Method Description VertexFormatElement.TypeVertexFormatElement. getType()static VertexFormatElement.TypeVertexFormatElement.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static VertexFormatElement.Type[]VertexFormatElement.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.client.render with parameters of type VertexFormatElement.Type Modifier and Type Method Description private booleanVertexFormatElement. isValidType(int index, VertexFormatElement.Type type)Constructors in net.minecraft.client.render with parameters of type VertexFormatElement.Type Constructor Description VertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count)