Package net.minecraft.client.render
Class VertexFormatElement
java.lang.Object
net.minecraft.client.render.VertexFormatElement
- Mappings:
Namespace Name official dpp
intermediary net/minecraft/class_296
named net/minecraft/client/render/VertexFormatElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private VertexFormatElement.Format
private int
private int
private VertexFormatElement.Type
-
Constructor Summary
ConstructorsConstructorDescriptionVertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
endDrawing(int int2)
boolean
int
getIndex()
int
getSize()
getType()
int
hashCode()
private boolean
isValidType(int index, VertexFormatElement.Type type)
int
boolean
void
startDrawing(int int2, long long2, int int3)
toString()
-
Field Details
-
format
- Mappings:
Namespace Name Mixin selector official a
Ldpp;a:Ldpp$a;
intermediary field_1615
Lnet/minecraft/class_296;field_1615:Lnet/minecraft/class_296$class_297;
named format
Lnet/minecraft/client/render/VertexFormatElement;format:Lnet/minecraft/client/render/VertexFormatElement$Format;
-
type
- Mappings:
Namespace Name Mixin selector official b
Ldpp;b:Ldpp$b;
intermediary field_1614
Lnet/minecraft/class_296;field_1614:Lnet/minecraft/class_296$class_298;
named type
Lnet/minecraft/client/render/VertexFormatElement;type:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
index
private final int index- Mappings:
Namespace Name Mixin selector official c
Ldpp;c:I
intermediary field_1613
Lnet/minecraft/class_296;field_1613:I
named index
Lnet/minecraft/client/render/VertexFormatElement;index:I
-
count
private final int count- Mappings:
Namespace Name Mixin selector official d
Ldpp;d:I
intermediary field_1612
Lnet/minecraft/class_296;field_1612:I
named count
Lnet/minecraft/client/render/VertexFormatElement;count:I
-
size
private final int size- Mappings:
Namespace Name Mixin selector official e
Ldpp;e:I
intermediary field_21329
Lnet/minecraft/class_296;field_21329:I
named size
Lnet/minecraft/client/render/VertexFormatElement;size:I
-
-
Constructor Details
-
VertexFormatElement
public VertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count)- Mappings:
Namespace Name Mixin selector official <init>
Ldpp;<init>(ILdpp$a;Ldpp$b;I)V
intermediary <init>
Lnet/minecraft/class_296;<init>(ILnet/minecraft/class_296$class_297;Lnet/minecraft/class_296$class_298;I)V
named <init>
Lnet/minecraft/client/render/VertexFormatElement;<init>(ILnet/minecraft/client/render/VertexFormatElement$Format;Lnet/minecraft/client/render/VertexFormatElement$Type;I)V
-
-
Method Details
-
isValidType
- Mappings:
Namespace Name Mixin selector official a
Ldpp;a(ILdpp$b;)Z
intermediary method_1383
Lnet/minecraft/class_296;method_1383(ILnet/minecraft/class_296$class_298;)Z
named isValidType
Lnet/minecraft/client/render/VertexFormatElement;isValidType(ILnet/minecraft/client/render/VertexFormatElement$Type;)Z
-
getFormat
- Mappings:
Namespace Name Mixin selector official a
Ldpp;a()Ldpp$a;
intermediary method_1386
Lnet/minecraft/class_296;method_1386()Lnet/minecraft/class_296$class_297;
named getFormat
Lnet/minecraft/client/render/VertexFormatElement;getFormat()Lnet/minecraft/client/render/VertexFormatElement$Format;
-
getType
- Mappings:
Namespace Name Mixin selector official b
Ldpp;b()Ldpp$b;
intermediary method_1382
Lnet/minecraft/class_296;method_1382()Lnet/minecraft/class_296$class_298;
named getType
Lnet/minecraft/client/render/VertexFormatElement;getType()Lnet/minecraft/client/render/VertexFormatElement$Type;
-
method_34451
public final int method_34451()- Mappings:
Namespace Name Mixin selector official c
Ldpp;c()I
intermediary method_34451
Lnet/minecraft/class_296;method_34451()I
named method_34451
Lnet/minecraft/client/render/VertexFormatElement;method_34451()I
-
getIndex
public final int getIndex()- Mappings:
Namespace Name Mixin selector official d
Ldpp;d()I
intermediary method_1385
Lnet/minecraft/class_296;method_1385()I
named getIndex
Lnet/minecraft/client/render/VertexFormatElement;getIndex()I
-
toString
-
getSize
public final int getSize()- Mappings:
Namespace Name Mixin selector official e
Ldpp;e()I
intermediary method_1387
Lnet/minecraft/class_296;method_1387()I
named getSize
Lnet/minecraft/client/render/VertexFormatElement;getSize()I
-
method_35667
public final boolean method_35667()- Mappings:
Namespace Name Mixin selector official f
Ldpp;f()Z
intermediary method_35667
Lnet/minecraft/class_296;method_35667()Z
named method_35667
Lnet/minecraft/client/render/VertexFormatElement;method_35667()Z
-
equals
-
hashCode
public int hashCode() -
startDrawing
public void startDrawing(int int2, long long2, int int3)- Mappings:
Namespace Name Mixin selector official a
Ldpp;a(IJI)V
intermediary method_22652
Lnet/minecraft/class_296;method_22652(IJI)V
named startDrawing
Lnet/minecraft/client/render/VertexFormatElement;startDrawing(IJI)V
-
endDrawing
public void endDrawing(int int2)- Mappings:
Namespace Name Mixin selector official a
Ldpp;a(I)V
intermediary method_22653
Lnet/minecraft/class_296;method_22653(I)V
named endDrawing
Lnet/minecraft/client/render/VertexFormatElement;endDrawing(I)V
-