Package net.minecraft.client.render
Class VertexFormatElement
java.lang.Object
net.minecraft.client.render.VertexFormatElement
- Mappings:
Namespace Name official dppintermediary net/minecraft/class_296named net/minecraft/client/render/VertexFormatElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate VertexFormatElement.Formatprivate intprivate intprivate VertexFormatElement.Type -
Constructor Summary
ConstructorsConstructorDescriptionVertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count) -
Method Summary
Modifier and TypeMethodDescriptionvoidendDrawing(int int2)booleanintgetIndex()intgetSize()getType()inthashCode()private booleanisValidType(int index, VertexFormatElement.Type type)intbooleanvoidstartDrawing(int int2, long long2, int int3)toString()
-
Field Details
-
format
- Mappings:
Namespace Name Mixin selector official aLdpp;a:Ldpp$a;intermediary field_1615Lnet/minecraft/class_296;field_1615:Lnet/minecraft/class_296$class_297;named formatLnet/minecraft/client/render/VertexFormatElement;format:Lnet/minecraft/client/render/VertexFormatElement$Format;
-
type
- Mappings:
Namespace Name Mixin selector official bLdpp;b:Ldpp$b;intermediary field_1614Lnet/minecraft/class_296;field_1614:Lnet/minecraft/class_296$class_298;named typeLnet/minecraft/client/render/VertexFormatElement;type:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
index
private final int index- Mappings:
Namespace Name Mixin selector official cLdpp;c:Iintermediary field_1613Lnet/minecraft/class_296;field_1613:Inamed indexLnet/minecraft/client/render/VertexFormatElement;index:I
-
count
private final int count- Mappings:
Namespace Name Mixin selector official dLdpp;d:Iintermediary field_1612Lnet/minecraft/class_296;field_1612:Inamed countLnet/minecraft/client/render/VertexFormatElement;count:I
-
size
private final int size- Mappings:
Namespace Name Mixin selector official eLdpp;e:Iintermediary field_21329Lnet/minecraft/class_296;field_21329:Inamed sizeLnet/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)Vintermediary <init>Lnet/minecraft/class_296;<init>(ILnet/minecraft/class_296$class_297;Lnet/minecraft/class_296$class_298;I)Vnamed <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 aLdpp;a(ILdpp$b;)Zintermediary method_1383Lnet/minecraft/class_296;method_1383(ILnet/minecraft/class_296$class_298;)Znamed isValidTypeLnet/minecraft/client/render/VertexFormatElement;isValidType(ILnet/minecraft/client/render/VertexFormatElement$Type;)Z
-
getFormat
- Mappings:
Namespace Name Mixin selector official aLdpp;a()Ldpp$a;intermediary method_1386Lnet/minecraft/class_296;method_1386()Lnet/minecraft/class_296$class_297;named getFormatLnet/minecraft/client/render/VertexFormatElement;getFormat()Lnet/minecraft/client/render/VertexFormatElement$Format;
-
getType
- Mappings:
Namespace Name Mixin selector official bLdpp;b()Ldpp$b;intermediary method_1382Lnet/minecraft/class_296;method_1382()Lnet/minecraft/class_296$class_298;named getTypeLnet/minecraft/client/render/VertexFormatElement;getType()Lnet/minecraft/client/render/VertexFormatElement$Type;
-
method_34451
public final int method_34451()- Mappings:
Namespace Name Mixin selector official cLdpp;c()Iintermediary method_34451Lnet/minecraft/class_296;method_34451()Inamed method_34451Lnet/minecraft/client/render/VertexFormatElement;method_34451()I
-
getIndex
public final int getIndex()- Mappings:
Namespace Name Mixin selector official dLdpp;d()Iintermediary method_1385Lnet/minecraft/class_296;method_1385()Inamed getIndexLnet/minecraft/client/render/VertexFormatElement;getIndex()I
-
toString
-
getSize
public final int getSize()- Mappings:
Namespace Name Mixin selector official eLdpp;e()Iintermediary method_1387Lnet/minecraft/class_296;method_1387()Inamed getSizeLnet/minecraft/client/render/VertexFormatElement;getSize()I
-
method_35667
public final boolean method_35667()- Mappings:
Namespace Name Mixin selector official fLdpp;f()Zintermediary method_35667Lnet/minecraft/class_296;method_35667()Znamed method_35667Lnet/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 aLdpp;a(IJI)Vintermediary method_22652Lnet/minecraft/class_296;method_22652(IJI)Vnamed startDrawingLnet/minecraft/client/render/VertexFormatElement;startDrawing(IJI)V
-
endDrawing
public void endDrawing(int int2)- Mappings:
Namespace Name Mixin selector official aLdpp;a(I)Vintermediary method_22653Lnet/minecraft/class_296;method_22653(I)Vnamed endDrawingLnet/minecraft/client/render/VertexFormatElement;endDrawing(I)V
-