Package net.minecraft.client.render
Class VertexFormatElement
java.lang.Object
net.minecraft.client.render.VertexFormatElement
- Mappings:
Namespace Name official bzkintermediary net/minecraft/class_2523named net/minecraft/client/render/VertexFormatElement
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final VertexFormatElement.Formatprivate final intprivate static final Loggerprivate final VertexFormatElement.Type -
Constructor Summary
ConstructorsConstructorDescriptionVertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfinal intgetCount()final intgetIndex()final intgetSize()final VertexFormatElement.TypegetType()inthashCode()final booleanprivate final booleanisValidType(int index, VertexFormatElement.Type type) toString()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLbzk;a:Lorg/apache/logging/log4j/Logger;intermediary field_11231Lnet/minecraft/class_2523;field_11231:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/render/VertexFormatElement;LOGGER:Lorg/apache/logging/log4j/Logger;
-
format
- Mappings:
Namespace Name Mixin selector official bLbzk;b:Lbzk$a;intermediary field_11232Lnet/minecraft/class_2523;field_11232:Lnet/minecraft/class_2523$class_2524;named formatLnet/minecraft/client/render/VertexFormatElement;format:Lnet/minecraft/client/render/VertexFormatElement$Format;
-
type
- Mappings:
Namespace Name Mixin selector official cLbzk;c:Lbzk$b;intermediary field_11233Lnet/minecraft/class_2523;field_11233:Lnet/minecraft/class_2523$class_2525;named typeLnet/minecraft/client/render/VertexFormatElement;type:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
index
private final int index- Mappings:
Namespace Name Mixin selector official dLbzk;d:Iintermediary field_11234Lnet/minecraft/class_2523;field_11234:Inamed indexLnet/minecraft/client/render/VertexFormatElement;index:I
-
count
private final int count- Mappings:
Namespace Name Mixin selector official eLbzk;e:Iintermediary field_11235Lnet/minecraft/class_2523;field_11235:Inamed countLnet/minecraft/client/render/VertexFormatElement;count:I
-
-
Constructor Details
-
VertexFormatElement
public VertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count) - Mappings:
Namespace Name Mixin selector official <init>Lbzk;<init>(ILbzk$a;Lbzk$b;I)Vintermediary <init>Lnet/minecraft/class_2523;<init>(ILnet/minecraft/class_2523$class_2524;Lnet/minecraft/class_2523$class_2525;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 aLbzk;a(ILbzk$b;)Zintermediary method_10348Lnet/minecraft/class_2523;method_10348(ILnet/minecraft/class_2523$class_2525;)Znamed isValidTypeLnet/minecraft/client/render/VertexFormatElement;isValidType(ILnet/minecraft/client/render/VertexFormatElement$Type;)Z
-
getFormat
- Mappings:
Namespace Name Mixin selector official aLbzk;a()Lbzk$a;intermediary method_10347Lnet/minecraft/class_2523;method_10347()Lnet/minecraft/class_2523$class_2524;named getFormatLnet/minecraft/client/render/VertexFormatElement;getFormat()Lnet/minecraft/client/render/VertexFormatElement$Format;
-
getType
- Mappings:
Namespace Name Mixin selector official bLbzk;b()Lbzk$b;intermediary method_10349Lnet/minecraft/class_2523;method_10349()Lnet/minecraft/class_2523$class_2525;named getTypeLnet/minecraft/client/render/VertexFormatElement;getType()Lnet/minecraft/client/render/VertexFormatElement$Type;
-
getCount
public final int getCount()- Mappings:
Namespace Name Mixin selector official cLbzk;c()Iintermediary method_10350Lnet/minecraft/class_2523;method_10350()Inamed getCountLnet/minecraft/client/render/VertexFormatElement;getCount()I
-
getIndex
public final int getIndex()- Mappings:
Namespace Name Mixin selector official dLbzk;d()Iintermediary method_10351Lnet/minecraft/class_2523;method_10351()Inamed getIndexLnet/minecraft/client/render/VertexFormatElement;getIndex()I
-
toString
-
getSize
public final int getSize()- Mappings:
Namespace Name Mixin selector official eLbzk;e()Iintermediary method_10352Lnet/minecraft/class_2523;method_10352()Inamed getSizeLnet/minecraft/client/render/VertexFormatElement;getSize()I
-
isPosition
public final boolean isPosition()- Mappings:
Namespace Name Mixin selector official fLbzk;f()Zintermediary method_10353Lnet/minecraft/class_2523;method_10353()Znamed isPositionLnet/minecraft/client/render/VertexFormatElement;isPosition()Z
-
equals
-
hashCode
public int hashCode()
-