Package net.minecraft.client.render
Enum VertexFormatElement.Type
- All Implemented Interfaces:
Serializable,Comparable<VertexFormatElement.Type>,java.lang.constant.Constable
- Enclosing class:
- VertexFormatElement
@Environment(CLIENT) public static enum VertexFormatElement.Type extends Enum<VertexFormatElement.Type>
- Mappings:
Namespace Name official bmv$bintermediary net/minecraft/class_1242$class_1244named net/minecraft/client/render/VertexFormatElement$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description StringgetName()static VertexFormatElement.TypevalueOf(String name)Returns the enum constant of this type with the specified name.static VertexFormatElement.Type[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
POSITION
- Mappings:
Namespace Name Mixin selector official aLbmv$b;a:Lbmv$b;intermediary field_5211Lnet/minecraft/class_1242$class_1244;field_5211:Lnet/minecraft/class_1242$class_1244;named POSITIONLnet/minecraft/client/render/VertexFormatElement$Type;POSITION:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
NORMAL
- Mappings:
Namespace Name Mixin selector official bLbmv$b;b:Lbmv$b;intermediary field_5212Lnet/minecraft/class_1242$class_1244;field_5212:Lnet/minecraft/class_1242$class_1244;named NORMALLnet/minecraft/client/render/VertexFormatElement$Type;NORMAL:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
COLOR
- Mappings:
Namespace Name Mixin selector official cLbmv$b;c:Lbmv$b;intermediary field_5213Lnet/minecraft/class_1242$class_1244;field_5213:Lnet/minecraft/class_1242$class_1244;named COLORLnet/minecraft/client/render/VertexFormatElement$Type;COLOR:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
UV
- Mappings:
Namespace Name Mixin selector official dLbmv$b;d:Lbmv$b;intermediary field_5214Lnet/minecraft/class_1242$class_1244;field_5214:Lnet/minecraft/class_1242$class_1244;named UVLnet/minecraft/client/render/VertexFormatElement$Type;UV:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
MATRIX
- Mappings:
Namespace Name Mixin selector official eLbmv$b;e:Lbmv$b;intermediary field_5215Lnet/minecraft/class_1242$class_1244;field_5215:Lnet/minecraft/class_1242$class_1244;named MATRIXLnet/minecraft/client/render/VertexFormatElement$Type;MATRIX:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
BLEND_WEIGHT
- Mappings:
Namespace Name Mixin selector official fLbmv$b;f:Lbmv$b;intermediary field_5216Lnet/minecraft/class_1242$class_1244;field_5216:Lnet/minecraft/class_1242$class_1244;named BLEND_WEIGHTLnet/minecraft/client/render/VertexFormatElement$Type;BLEND_WEIGHT:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
PADDING
- Mappings:
Namespace Name Mixin selector official gLbmv$b;g:Lbmv$b;intermediary field_5217Lnet/minecraft/class_1242$class_1244;field_5217:Lnet/minecraft/class_1242$class_1244;named PADDINGLnet/minecraft/client/render/VertexFormatElement$Type;PADDING:Lnet/minecraft/client/render/VertexFormatElement$Type;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official hLbmv$b;h:Ljava/lang/String;intermediary field_5218Lnet/minecraft/class_1242$class_1244;field_5218:Ljava/lang/String;named nameLnet/minecraft/client/render/VertexFormatElement$Type;name:Ljava/lang/String;
-
-
Constructor Details
-
Type
- Mappings:
Namespace Name Mixin selector official <init>Lbmv$b;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1242$class_1244;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <init>Lnet/minecraft/client/render/VertexFormatElement$Type;<init>(Ljava/lang/String;ILjava/lang/String;)V
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getName
- Mappings:
Namespace Name Mixin selector official aLbmv$b;a()Ljava/lang/String;intermediary method_4337Lnet/minecraft/class_1242$class_1244;method_4337()Ljava/lang/String;named getNameLnet/minecraft/client/render/VertexFormatElement$Type;getName()Ljava/lang/String;
-