Enum Class UnbakedModel.class_10102
- All Implemented Interfaces:
Serializable,Comparable<UnbakedModel.class_10102>,Constable
- Enclosing interface:
UnbakedModel
@Environment(CLIENT)
public static enum UnbakedModel.class_10102
extends Enum<UnbakedModel.class_10102>
- Mappings:
Namespace Name named net/minecraft/client/render/model/UnbakedModel$class_10102intermediary net/minecraft/class_1100$class_10102official gzc$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UnbakedModel.class_10102Returns the enum constant of this class with the specified name.static UnbakedModel.class_10102[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TOP
- Mappings:
Namespace Name Mixin selector named TOPLnet/minecraft/client/render/model/UnbakedModel$class_10102;TOP:Lnet/minecraft/client/render/model/UnbakedModel$class_10102;intermediary field_53681Lnet/minecraft/class_1100$class_10102;field_53681:Lnet/minecraft/class_1100$class_10102;official aLgzc$a;a:Lgzc$a;
-
OVERRIDE
- Mappings:
Namespace Name Mixin selector named OVERRIDELnet/minecraft/client/render/model/UnbakedModel$class_10102;OVERRIDE:Lnet/minecraft/client/render/model/UnbakedModel$class_10102;intermediary field_53682Lnet/minecraft/class_1100$class_10102;field_53682:Lnet/minecraft/class_1100$class_10102;official bLgzc$a;b:Lgzc$a;
-
-
Constructor Details
-
class_10102
private class_10102()
-
-
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
-