Package net.minecraft
Enum Class class_8113.class_8123.class_8124
- All Implemented Interfaces:
Serializable
,Comparable<class_8113.class_8123.class_8124>
,Constable
,StringIdentifiable
- Enclosing class:
class_8113.class_8123
public static enum class_8113.class_8123.class_8124
extends Enum<class_8113.class_8123.class_8124>
implements StringIdentifiable
- Mappings:
Namespace Name official bex$j$a
intermediary net/minecraft/class_8113$class_8123$class_8124
named net/minecraft/class_8113$class_8123$class_8124
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface net.minecraft.util.StringIdentifiable
StringIdentifiable.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<class_8113.class_8123.class_8124>
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.Returns the enum constant of this class with the specified name.static class_8113.class_8123.class_8124[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CENTER
- Mappings:
Namespace Name Mixin selector official a
Lbex$j$a;a:Lbex$j$a;
intermediary field_42450
Lnet/minecraft/class_8113$class_8123$class_8124;field_42450:Lnet/minecraft/class_8113$class_8123$class_8124;
named CENTER
Lnet/minecraft/class_8113$class_8123$class_8124;CENTER:Lnet/minecraft/class_8113$class_8123$class_8124;
-
LEFT
- Mappings:
Namespace Name Mixin selector official b
Lbex$j$a;b:Lbex$j$a;
intermediary field_42451
Lnet/minecraft/class_8113$class_8123$class_8124;field_42451:Lnet/minecraft/class_8113$class_8123$class_8124;
named LEFT
Lnet/minecraft/class_8113$class_8123$class_8124;LEFT:Lnet/minecraft/class_8113$class_8123$class_8124;
-
RIGHT
- Mappings:
Namespace Name Mixin selector official c
Lbex$j$a;c:Lbex$j$a;
intermediary field_42452
Lnet/minecraft/class_8113$class_8123$class_8124;field_42452:Lnet/minecraft/class_8113$class_8123$class_8124;
named RIGHT
Lnet/minecraft/class_8113$class_8123$class_8124;RIGHT:Lnet/minecraft/class_8113$class_8123$class_8124;
-
-
Field Details
-
field_42453
- Mappings:
Namespace Name Mixin selector official d
Lbex$j$a;d:Lcom/mojang/serialization/Codec;
intermediary field_42453
Lnet/minecraft/class_8113$class_8123$class_8124;field_42453:Lcom/mojang/serialization/Codec;
named field_42453
Lnet/minecraft/class_8113$class_8123$class_8124;field_42453:Lcom/mojang/serialization/Codec;
-
field_42454
- Mappings:
Namespace Name Mixin selector official e
Lbex$j$a;e:Ljava/lang/String;
intermediary field_42454
Lnet/minecraft/class_8113$class_8123$class_8124;field_42454:Ljava/lang/String;
named field_42454
Lnet/minecraft/class_8113$class_8123$class_8124;field_42454:Ljava/lang/String;
-
-
Constructor Details
-
class_8124
-
-
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
-
asString
Returns the unique string representation of the enum, used for serialization.- Specified by:
asString
in interfaceStringIdentifiable
- Returns:
- the unique string representation of the enum, used for serialization
- Mappings:
Namespace Name Mixin selector official c
Laps;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-