Package net.minecraft.core
Enum Class Direction.Axis
- All Implemented Interfaces:
Serializable
,Comparable<Direction.Axis>
,Constable
,Predicate<Direction>
,StringRepresentable
- Enclosing class:
Direction
public static enum Direction.Axis
extends Enum<Direction.Axis>
implements StringRepresentable, Predicate<Direction>
-
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.StringRepresentable
StringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<Direction.Axis>
private final String
static final Direction.Axis[]
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Direction.Axis
abstract double
choose
(double p_122463_, double p_122464_, double p_122465_) abstract int
choose
(int p_122466_, int p_122467_, int p_122468_) getName()
getPlane()
static Direction.Axis
getRandom
(RandomSource p_235689_) boolean
boolean
boolean
toString()
static Direction.Axis
Returns the enum constant of this class with the specified name.static Direction.Axis[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
X
-
Y
-
Z
-
-
Field Details
-
VALUES
-
CODEC
-
name
-
-
Constructor Details
-
Axis
-
-
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
-
byName
-
getName
-
isVertical
public boolean isVertical() -
isHorizontal
public boolean isHorizontal() -
toString
- Overrides:
toString
in classEnum<Direction.Axis>
-
getRandom
-
test
-
getPlane
-
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-
choose
public abstract int choose(int p_122466_, int p_122467_, int p_122468_) -
choose
public abstract double choose(double p_122463_, double p_122464_, double p_122465_)
-