Package net.minecraft
Enum Class class_8113.class_8114
- All Implemented Interfaces:
Serializable
,Comparable<class_8113.class_8114>
,Constable
,StringIdentifiable
- Enclosing class:
class_8113
public static enum class_8113.class_8114
extends Enum<class_8113.class_8114>
implements StringIdentifiable
- Mappings:
Namespace Name official bex$a
intermediary net/minecraft/class_8113$class_8114
named net/minecraft/class_8113$class_8114
-
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_8114>
static final IntFunction<class_8113.class_8114>
private final byte
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.(package private) byte
static class_8113.class_8114
Returns the enum constant of this class with the specified name.static class_8113.class_8114[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIXED
- Mappings:
Namespace Name Mixin selector official a
Lbex$a;a:Lbex$a;
intermediary field_42406
Lnet/minecraft/class_8113$class_8114;field_42406:Lnet/minecraft/class_8113$class_8114;
named FIXED
Lnet/minecraft/class_8113$class_8114;FIXED:Lnet/minecraft/class_8113$class_8114;
-
VERTICAL
- Mappings:
Namespace Name Mixin selector official b
Lbex$a;b:Lbex$a;
intermediary field_42407
Lnet/minecraft/class_8113$class_8114;field_42407:Lnet/minecraft/class_8113$class_8114;
named VERTICAL
Lnet/minecraft/class_8113$class_8114;VERTICAL:Lnet/minecraft/class_8113$class_8114;
-
HORIZONTAL
- Mappings:
Namespace Name Mixin selector official c
Lbex$a;c:Lbex$a;
intermediary field_42408
Lnet/minecraft/class_8113$class_8114;field_42408:Lnet/minecraft/class_8113$class_8114;
named HORIZONTAL
Lnet/minecraft/class_8113$class_8114;HORIZONTAL:Lnet/minecraft/class_8113$class_8114;
-
CENTER
- Mappings:
Namespace Name Mixin selector official d
Lbex$a;d:Lbex$a;
intermediary field_42409
Lnet/minecraft/class_8113$class_8114;field_42409:Lnet/minecraft/class_8113$class_8114;
named CENTER
Lnet/minecraft/class_8113$class_8114;CENTER:Lnet/minecraft/class_8113$class_8114;
-
-
Field Details
-
field_42410
- Mappings:
Namespace Name Mixin selector official e
Lbex$a;e:Lcom/mojang/serialization/Codec;
intermediary field_42410
Lnet/minecraft/class_8113$class_8114;field_42410:Lcom/mojang/serialization/Codec;
named field_42410
Lnet/minecraft/class_8113$class_8114;field_42410:Lcom/mojang/serialization/Codec;
-
field_42411
- Mappings:
Namespace Name Mixin selector official f
Lbex$a;f:Ljava/util/function/IntFunction;
intermediary field_42411
Lnet/minecraft/class_8113$class_8114;field_42411:Ljava/util/function/IntFunction;
named field_42411
Lnet/minecraft/class_8113$class_8114;field_42411:Ljava/util/function/IntFunction;
-
field_42412
private final byte field_42412- Mappings:
Namespace Name Mixin selector official g
Lbex$a;g:B
intermediary field_42412
Lnet/minecraft/class_8113$class_8114;field_42412:B
named field_42412
Lnet/minecraft/class_8113$class_8114;field_42412:B
-
field_42413
- Mappings:
Namespace Name Mixin selector official h
Lbex$a;h:Ljava/lang/String;
intermediary field_42413
Lnet/minecraft/class_8113$class_8114;field_42413:Ljava/lang/String;
named field_42413
Lnet/minecraft/class_8113$class_8114;field_42413:Ljava/lang/String;
-
-
Constructor Details
-
class_8114
-
-
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;
-
method_48881
byte method_48881()- Mappings:
Namespace Name Mixin selector official a
Lbex$a;a()B
intermediary method_48881
Lnet/minecraft/class_8113$class_8114;method_48881()B
named method_48881
Lnet/minecraft/class_8113$class_8114;method_48881()B
-