Package net.minecraft.world.level.block
Enum Class Rotation
- All Implemented Interfaces:
Serializable
,Comparable<Rotation>
,Constable
,StringRepresentable
-
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>, StringRepresentable.StringRepresentableCodec<S extends StringRepresentable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Rotation>
private final String
private final OctahedralGroup
Fields inherited from interface net.minecraft.util.StringRepresentable
PRE_BUILT_MAP_THRESHOLD
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Rotation
getRandom
(RandomSource p_221991_) getRotated
(Rotation p_55953_) getShuffled
(RandomSource p_221993_) int
rotate
(int p_55950_, int p_55951_) rotation()
static Rotation
Returns the enum constant of this class with the specified name.static Rotation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
-
CLOCKWISE_90
-
CLOCKWISE_180
-
COUNTERCLOCKWISE_90
-
-
Field Details
-
CODEC
-
id
-
rotation
-
-
Constructor Details
-
Rotation
-
-
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
-
getRotated
-
rotation
-
rotate
-
rotate
public int rotate(int p_55950_, int p_55951_) -
getRandom
-
getShuffled
-
getSerializedName
- Specified by:
getSerializedName
in interfaceStringRepresentable
-