Package | Description |
---|---|
net.minecraft.client.renderer.vertex | |
net.minecraftforge.client |
Modifier and Type | Field and Description |
---|---|
private VertexFormatElement.Usage |
VertexFormatElement.usage |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
VertexFormatElement.isFirstOrUV(int indexIn,
VertexFormatElement.Usage usageIn) |
Constructor and Description |
---|
VertexFormatElement(int indexIn,
VertexFormatElement.Type typeIn,
VertexFormatElement.Usage usageIn,
int count) |
Modifier and Type | Method and 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) |