Package net.minecraft.world.level.block
Enum Class Rotation
- All Implemented Interfaces:
- Serializable,- Comparable<Rotation>,- Constable,- StringRepresentable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface net.minecraft.util.StringRepresentableStringRepresentable.EnumCodec<E extends Enum<E> & StringRepresentable>, StringRepresentable.StringRepresentableCodec<S extends StringRepresentable>
- 
Enum Constant SummaryEnum Constants
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<Rotation>private final Stringprivate final OctahedralGroupFields inherited from interface net.minecraft.util.StringRepresentablePRE_BUILT_MAP_THRESHOLD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic RotationgetRandom(RandomSource p_221991_) getRotated(Rotation p_55953_) getShuffled(RandomSource p_221993_) introtate(int p_55950_, int p_55951_) rotation()static RotationReturns 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- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getRotated
- 
rotation
- 
rotate
- 
rotatepublic int rotate(int p_55950_, int p_55951_) 
- 
getRandom
- 
getShuffled
- 
getSerializedName- Specified by:
- getSerializedNamein interface- StringRepresentable
 
 
-