Package net.minecraft.util.math
Enum Class Direction.AxisDirection
- All Implemented Interfaces:
Serializable,Comparable<Direction.AxisDirection>,Constable
- Enclosing class:
- Direction
- Mappings:
Namespace Name official cq$bintermediary net/minecraft/class_1354$class_2559named net/minecraft/util/math/Direction$AxisDirection
-
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 TypeMethodDescriptionintoffset()toString()static Direction.AxisDirectionReturns the enum constant of this class with the specified name.static Direction.AxisDirection[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
POSITIVE
- Mappings:
Namespace Name Mixin selector official aLcq$b;a:Lcq$b;intermediary field_11472Lnet/minecraft/class_1354$class_2559;field_11472:Lnet/minecraft/class_1354$class_2559;named POSITIVELnet/minecraft/util/math/Direction$AxisDirection;POSITIVE:Lnet/minecraft/util/math/Direction$AxisDirection;
-
NEGATIVE
- Mappings:
Namespace Name Mixin selector official bLcq$b;b:Lcq$b;intermediary field_11473Lnet/minecraft/class_1354$class_2559;field_11473:Lnet/minecraft/class_1354$class_2559;named NEGATIVELnet/minecraft/util/math/Direction$AxisDirection;NEGATIVE:Lnet/minecraft/util/math/Direction$AxisDirection;
-
-
Field Details
-
offset
private final int offset- Mappings:
Namespace Name Mixin selector official cLcq$b;c:Iintermediary field_11474Lnet/minecraft/class_1354$class_2559;field_11474:Inamed offsetLnet/minecraft/util/math/Direction$AxisDirection;offset:I
-
name
- Mappings:
Namespace Name Mixin selector official dLcq$b;d:Ljava/lang/String;intermediary field_11475Lnet/minecraft/class_1354$class_2559;field_11475:Ljava/lang/String;named nameLnet/minecraft/util/math/Direction$AxisDirection;name:Ljava/lang/String;
-
-
Constructor Details
-
AxisDirection
- Mappings:
Namespace Name Mixin selector official <init>Lcq$b;<init>(Ljava/lang/String;IILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_1354$class_2559;<init>(Ljava/lang/String;IILjava/lang/String;)Vnamed <init>Lnet/minecraft/util/math/Direction$AxisDirection;<init>(Ljava/lang/String;IILjava/lang/String;)V
-
-
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
-
offset
public int offset()- Mappings:
Namespace Name Mixin selector official aLcq$b;a()Iintermediary method_10548Lnet/minecraft/class_1354$class_2559;method_10548()Inamed offsetLnet/minecraft/util/math/Direction$AxisDirection;offset()I
-
toString
- Overrides:
toStringin classEnum<Direction.AxisDirection>- Mappings:
Namespace Name Mixin selector official toStringLcq$b;toString()Ljava/lang/String;intermediary toStringLnet/minecraft/class_1354$class_2559;toString()Ljava/lang/String;named toStringLnet/minecraft/util/math/Direction$AxisDirection;toString()Ljava/lang/String;
-