Package net.minecraft
Enum Class class_10226
- All Implemented Interfaces:
Serializable,Comparable<class_10226>,Constable
- Mappings:
Namespace Name named net/minecraft/class_10226intermediary net/minecraft/class_10226official fcd
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic class_10226Returns the enum constant of this class with the specified name.static class_10226[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VERTICES
- Mappings:
Namespace Name Mixin selector named VERTICESLnet/minecraft/class_10226;VERTICES:Lnet/minecraft/class_10226;intermediary field_54330Lnet/minecraft/class_10226;field_54330:Lnet/minecraft/class_10226;official aLfcd;a:Lfcd;
-
INDICES
- Mappings:
Namespace Name Mixin selector named INDICESLnet/minecraft/class_10226;INDICES:Lnet/minecraft/class_10226;intermediary field_54331Lnet/minecraft/class_10226;field_54331:Lnet/minecraft/class_10226;official bLfcd;b:Lfcd;
-
PIXEL_PACK
- Mappings:
Namespace Name Mixin selector named PIXEL_PACKLnet/minecraft/class_10226;PIXEL_PACK:Lnet/minecraft/class_10226;intermediary field_54332Lnet/minecraft/class_10226;field_54332:Lnet/minecraft/class_10226;official cLfcd;c:Lfcd;
-
COPY_READ
- Mappings:
Namespace Name Mixin selector named COPY_READLnet/minecraft/class_10226;COPY_READ:Lnet/minecraft/class_10226;intermediary field_54333Lnet/minecraft/class_10226;field_54333:Lnet/minecraft/class_10226;official dLfcd;d:Lfcd;
-
COPY_WRITE
- Mappings:
Namespace Name Mixin selector named COPY_WRITELnet/minecraft/class_10226;COPY_WRITE:Lnet/minecraft/class_10226;intermediary field_54334Lnet/minecraft/class_10226;field_54334:Lnet/minecraft/class_10226;official eLfcd;e:Lfcd;
-
PIXEL_UNPACK
- Mappings:
Namespace Name Mixin selector named PIXEL_UNPACKLnet/minecraft/class_10226;PIXEL_UNPACK:Lnet/minecraft/class_10226;intermediary field_54335Lnet/minecraft/class_10226;field_54335:Lnet/minecraft/class_10226;official fLfcd;f:Lfcd;
-
UNIFORM
- Mappings:
Namespace Name Mixin selector named UNIFORMLnet/minecraft/class_10226;UNIFORM:Lnet/minecraft/class_10226;intermediary field_54336Lnet/minecraft/class_10226;field_54336:Lnet/minecraft/class_10226;official gLfcd;g:Lfcd;
-
-
Field Details
-
field_54337
final int field_54337- Mappings:
Namespace Name Mixin selector named field_54337Lnet/minecraft/class_10226;field_54337:Iintermediary field_54337Lnet/minecraft/class_10226;field_54337:Iofficial hLfcd;h:I
-
-
Constructor Details
-
class_10226
private class_10226(int int2)
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-