Package net.minecraft.client.render
Class VertexFormatElement
java.lang.Object
net.minecraft.client.render.VertexFormatElement
@Environment(CLIENT) public class VertexFormatElement extends Object
- Mappings:
Namespace Name official bmvintermediary net/minecraft/class_1242named net/minecraft/client/render/VertexFormatElement
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVertexFormatElement.Formatstatic classVertexFormatElement.Type -
Field Summary
Fields Modifier and Type Field Description private intcountprivate VertexFormatElement.Formatformatprivate intindexprivate static LoggerLOGGERprivate VertexFormatElement.Typetype -
Constructor Summary
Constructors Constructor Description VertexFormatElement(int index, VertexFormatElement.Format format, VertexFormatElement.Type type, int count) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)intgetCount()VertexFormatElement.FormatgetFormat()intgetIdCount()intgetIndex()VertexFormatElement.TypegetType()inthashCode()booleanisPosition()private booleanisValidType(int index, VertexFormatElement.Type type)StringtoString()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official aLbmv;a:Lorg/apache/logging/log4j/Logger;intermediary field_5195Lnet/minecraft/class_1242;field_5195:Lorg/apache/logging/log4j/Logger;named LOGGERLnet/minecraft/client/render/VertexFormatElement;LOGGER:Lorg/apache/logging/log4j/Logger;
-
format
- Mappings:
Namespace Name Mixin selector official bLbmv;b:Lbmv$a;intermediary field_5196Lnet/minecraft/class_1242;field_5196:Lnet/minecraft/class_1242$class_1243;named formatLnet/minecraft/client/render/VertexFormatElement;format:Lnet/minecraft/client/render/VertexFormatElement$Format;
-
type
- Mappings:
Namespace Name Mixin selector official cLbmv;c:Lbmv$b;intermediary field_5197Lnet/minecraft/class_1242;field_5197:Lnet/minecraft/class_1242$class_1244;named typeLnet/minecraft/client/render/VertexFormatElement;type:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
index
private int index- Mappings:
Namespace Name Mixin selector official dLbmv;d:Iintermediary field_5198Lnet/minecraft/class_1242;field_5198:Inamed indexLnet/minecraft/client/render/VertexFormatElement;index:I
-
count
private int count- Mappings:
Namespace Name Mixin selector official eLbmv;e:Iintermediary field_5199Lnet/minecraft/class_1242;field_5199: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>Lbmv;<init>(ILbmv$a;Lbmv$b;I)Vintermediary <init>Lnet/minecraft/class_1242;<init>(ILnet/minecraft/class_1242$class_1243;Lnet/minecraft/class_1242$class_1244;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 aLbmv;a(ILbmv$b;)Zintermediary method_4328Lnet/minecraft/class_1242;method_4328(ILnet/minecraft/class_1242$class_1244;)Znamed isValidTypeLnet/minecraft/client/render/VertexFormatElement;isValidType(ILnet/minecraft/client/render/VertexFormatElement$Type;)Z
-
getFormat
- Mappings:
Namespace Name Mixin selector official aLbmv;a()Lbmv$a;intermediary method_4327Lnet/minecraft/class_1242;method_4327()Lnet/minecraft/class_1242$class_1243;named getFormatLnet/minecraft/client/render/VertexFormatElement;getFormat()Lnet/minecraft/client/render/VertexFormatElement$Format;
-
getType
- Mappings:
Namespace Name Mixin selector official bLbmv;b()Lbmv$b;intermediary method_4329Lnet/minecraft/class_1242;method_4329()Lnet/minecraft/class_1242$class_1244;named getTypeLnet/minecraft/client/render/VertexFormatElement;getType()Lnet/minecraft/client/render/VertexFormatElement$Type;
-
getCount
public final int getCount()- Mappings:
Namespace Name Mixin selector official cLbmv;c()Iintermediary method_4330Lnet/minecraft/class_1242;method_4330()Inamed getCountLnet/minecraft/client/render/VertexFormatElement;getCount()I
-
getIndex
public final int getIndex()- Mappings:
Namespace Name Mixin selector official dLbmv;d()Iintermediary method_4331Lnet/minecraft/class_1242;method_4331()Inamed getIndexLnet/minecraft/client/render/VertexFormatElement;getIndex()I
-
toString
-
getIdCount
public final int getIdCount()- Mappings:
Namespace Name Mixin selector official eLbmv;e()Iintermediary method_4332Lnet/minecraft/class_1242;method_4332()Inamed getIdCountLnet/minecraft/client/render/VertexFormatElement;getIdCount()I
-
isPosition
public final boolean isPosition()- Mappings:
Namespace Name Mixin selector official fLbmv;f()Zintermediary method_4333Lnet/minecraft/class_1242;method_4333()Znamed isPositionLnet/minecraft/client/render/VertexFormatElement;isPosition()Z
-
equals
-
hashCode
public int hashCode()
-