Package net.minecraft.util
Enum Class BlockRotation
- All Implemented Interfaces:
Serializable
,Comparable<BlockRotation>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name named net/minecraft/util/BlockRotation
intermediary net/minecraft/class_2470
official dlo
-
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.BasicCodec<S extends StringIdentifiable>, StringIdentifiable.EnumCodec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<BlockRotation> private final DirectionTransformation
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
CACHED_MAP_THRESHOLD
-
Constructor Summary
ModifierConstructorDescriptionprivate
BlockRotation
(String id, DirectionTransformation directionTransformation) -
Method Summary
Modifier and TypeMethodDescriptionasString()
Returns the unique string representation of the enum, used for serialization.static BlockRotation
static List
<BlockRotation> randomRotationOrder
(Random random) int
rotate
(int rotation, int fullTurn) rotate
(BlockRotation rotation) static BlockRotation
Returns the enum constant of this class with the specified name.static BlockRotation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector named NONE
Lnet/minecraft/util/BlockRotation;NONE:Lnet/minecraft/util/BlockRotation;
intermediary field_11467
Lnet/minecraft/class_2470;field_11467:Lnet/minecraft/class_2470;
official a
Ldlo;a:Ldlo;
-
CLOCKWISE_90
- Mappings:
Namespace Name Mixin selector named CLOCKWISE_90
Lnet/minecraft/util/BlockRotation;CLOCKWISE_90:Lnet/minecraft/util/BlockRotation;
intermediary field_11463
Lnet/minecraft/class_2470;field_11463:Lnet/minecraft/class_2470;
official b
Ldlo;b:Ldlo;
-
CLOCKWISE_180
- Mappings:
Namespace Name Mixin selector named CLOCKWISE_180
Lnet/minecraft/util/BlockRotation;CLOCKWISE_180:Lnet/minecraft/util/BlockRotation;
intermediary field_11464
Lnet/minecraft/class_2470;field_11464:Lnet/minecraft/class_2470;
official c
Ldlo;c:Ldlo;
-
COUNTERCLOCKWISE_90
- Mappings:
Namespace Name Mixin selector named COUNTERCLOCKWISE_90
Lnet/minecraft/util/BlockRotation;COUNTERCLOCKWISE_90:Lnet/minecraft/util/BlockRotation;
intermediary field_11465
Lnet/minecraft/class_2470;field_11465:Lnet/minecraft/class_2470;
official d
Ldlo;d:Ldlo;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector named CODEC
Lnet/minecraft/util/BlockRotation;CODEC:Lcom/mojang/serialization/Codec;
intermediary field_39313
Lnet/minecraft/class_2470;field_39313:Lcom/mojang/serialization/Codec;
official e
Ldlo;e:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector named id
Lnet/minecraft/util/BlockRotation;id:Ljava/lang/String;
intermediary field_39314
Lnet/minecraft/class_2470;field_39314:Ljava/lang/String;
official f
Ldlo;f:Ljava/lang/String;
-
directionTransformation
- Mappings:
Namespace Name Mixin selector named directionTransformation
Lnet/minecraft/util/BlockRotation;directionTransformation:Lnet/minecraft/util/math/DirectionTransformation;
intermediary field_23264
Lnet/minecraft/class_2470;field_23264:Lnet/minecraft/class_4990;
official g
Ldlo;g:Lh;
-
-
Constructor Details
-
BlockRotation
- Mappings:
Namespace Name Mixin selector named <init>
Lnet/minecraft/util/BlockRotation;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/util/math/DirectionTransformation;)V
intermediary <init>
Lnet/minecraft/class_2470;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_4990;)V
official <init>
Ldlo;<init>(Ljava/lang/String;ILjava/lang/String;Lh;)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
-
rotate
- Mappings:
Namespace Name Mixin selector named rotate
Lnet/minecraft/util/BlockRotation;rotate(Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/util/BlockRotation;
intermediary method_10501
Lnet/minecraft/class_2470;method_10501(Lnet/minecraft/class_2470;)Lnet/minecraft/class_2470;
official a
Ldlo;a(Ldlo;)Ldlo;
-
getDirectionTransformation
- Mappings:
Namespace Name Mixin selector named getDirectionTransformation
Lnet/minecraft/util/BlockRotation;getDirectionTransformation()Lnet/minecraft/util/math/DirectionTransformation;
intermediary method_26383
Lnet/minecraft/class_2470;method_26383()Lnet/minecraft/class_4990;
official a
Ldlo;a()Lh;
-
rotate
- Mappings:
Namespace Name Mixin selector named rotate
Lnet/minecraft/util/BlockRotation;rotate(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/Direction;
intermediary method_10503
Lnet/minecraft/class_2470;method_10503(Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;
official a
Ldlo;a(Lje;)Lje;
-
rotate
public int rotate(int rotation, int fullTurn) - Mappings:
Namespace Name Mixin selector named rotate
Lnet/minecraft/util/BlockRotation;rotate(II)I
intermediary method_10502
Lnet/minecraft/class_2470;method_10502(II)I
official a
Ldlo;a(II)I
-
random
- Mappings:
Namespace Name Mixin selector named random
Lnet/minecraft/util/BlockRotation;random(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/BlockRotation;
intermediary method_16548
Lnet/minecraft/class_2470;method_16548(Lnet/minecraft/class_5819;)Lnet/minecraft/class_2470;
official a
Ldlo;a(Lazh;)Ldlo;
-
randomRotationOrder
- Mappings:
Namespace Name Mixin selector named randomRotationOrder
Lnet/minecraft/util/BlockRotation;randomRotationOrder(Lnet/minecraft/util/math/random/Random;)Ljava/util/List;
intermediary method_16547
Lnet/minecraft/class_2470;method_16547(Lnet/minecraft/class_5819;)Ljava/util/List;
official b
Ldlo;b(Lazh;)Ljava/util/List;
-
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 named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
official c
Lazu;c()Ljava/lang/String;
-