Package net.minecraft.util
Enum Class BlockRotation
- All Implemented Interfaces:
Serializable
,Comparable<BlockRotation>
,Constable
,StringIdentifiable
- Mappings:
Namespace Name official cvz
intermediary net/minecraft/class_2470
named net/minecraft/util/BlockRotation
-
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.Codec<E extends Enum<E> & StringIdentifiable>
-
Enum Constant Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final StringIdentifiable.Codec<BlockRotation>
private final DirectionTransformation
private final String
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
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 official a
Lcvz;a:Lcvz;
intermediary field_11467
Lnet/minecraft/class_2470;field_11467:Lnet/minecraft/class_2470;
named NONE
Lnet/minecraft/util/BlockRotation;NONE:Lnet/minecraft/util/BlockRotation;
-
CLOCKWISE_90
- Mappings:
Namespace Name Mixin selector official b
Lcvz;b:Lcvz;
intermediary field_11463
Lnet/minecraft/class_2470;field_11463:Lnet/minecraft/class_2470;
named CLOCKWISE_90
Lnet/minecraft/util/BlockRotation;CLOCKWISE_90:Lnet/minecraft/util/BlockRotation;
-
CLOCKWISE_180
- Mappings:
Namespace Name Mixin selector official c
Lcvz;c:Lcvz;
intermediary field_11464
Lnet/minecraft/class_2470;field_11464:Lnet/minecraft/class_2470;
named CLOCKWISE_180
Lnet/minecraft/util/BlockRotation;CLOCKWISE_180:Lnet/minecraft/util/BlockRotation;
-
COUNTERCLOCKWISE_90
- Mappings:
Namespace Name Mixin selector official d
Lcvz;d:Lcvz;
intermediary field_11465
Lnet/minecraft/class_2470;field_11465:Lnet/minecraft/class_2470;
named COUNTERCLOCKWISE_90
Lnet/minecraft/util/BlockRotation;COUNTERCLOCKWISE_90:Lnet/minecraft/util/BlockRotation;
-
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official e
Lcvz;e:Lcom/mojang/serialization/Codec;
intermediary field_39313
Lnet/minecraft/class_2470;field_39313:Lcom/mojang/serialization/Codec;
named CODEC
Lnet/minecraft/util/BlockRotation;CODEC:Lcom/mojang/serialization/Codec;
-
id
- Mappings:
Namespace Name Mixin selector official f
Lcvz;f:Ljava/lang/String;
intermediary field_39314
Lnet/minecraft/class_2470;field_39314:Ljava/lang/String;
named id
Lnet/minecraft/util/BlockRotation;id:Ljava/lang/String;
-
directionTransformation
- Mappings:
Namespace Name Mixin selector official g
Lcvz;g:Lh;
intermediary field_23264
Lnet/minecraft/class_2470;field_23264:Lnet/minecraft/class_4990;
named directionTransformation
Lnet/minecraft/util/BlockRotation;directionTransformation:Lnet/minecraft/util/math/DirectionTransformation;
-
-
Constructor Details
-
BlockRotation
- Mappings:
Namespace Name Mixin selector official <init>
Lcvz;<init>(Ljava/lang/String;ILjava/lang/String;Lh;)V
intermediary <init>
Lnet/minecraft/class_2470;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_4990;)V
named <init>
Lnet/minecraft/util/BlockRotation;<init>(Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/util/math/DirectionTransformation;)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 official a
Lcvz;a(Lcvz;)Lcvz;
intermediary method_10501
Lnet/minecraft/class_2470;method_10501(Lnet/minecraft/class_2470;)Lnet/minecraft/class_2470;
named rotate
Lnet/minecraft/util/BlockRotation;rotate(Lnet/minecraft/util/BlockRotation;)Lnet/minecraft/util/BlockRotation;
-
getDirectionTransformation
- Mappings:
Namespace Name Mixin selector official a
Lcvz;a()Lh;
intermediary method_26383
Lnet/minecraft/class_2470;method_26383()Lnet/minecraft/class_4990;
named getDirectionTransformation
Lnet/minecraft/util/BlockRotation;getDirectionTransformation()Lnet/minecraft/util/math/DirectionTransformation;
-
rotate
- Mappings:
Namespace Name Mixin selector official a
Lcvz;a(Lha;)Lha;
intermediary method_10503
Lnet/minecraft/class_2470;method_10503(Lnet/minecraft/class_2350;)Lnet/minecraft/class_2350;
named rotate
Lnet/minecraft/util/BlockRotation;rotate(Lnet/minecraft/util/math/Direction;)Lnet/minecraft/util/math/Direction;
-
rotate
public int rotate(int rotation, int fullTurn) - Mappings:
Namespace Name Mixin selector official a
Lcvz;a(II)I
intermediary method_10502
Lnet/minecraft/class_2470;method_10502(II)I
named rotate
Lnet/minecraft/util/BlockRotation;rotate(II)I
-
random
- Mappings:
Namespace Name Mixin selector official a
Lcvz;a(Lapf;)Lcvz;
intermediary method_16548
Lnet/minecraft/class_2470;method_16548(Lnet/minecraft/class_5819;)Lnet/minecraft/class_2470;
named random
Lnet/minecraft/util/BlockRotation;random(Lnet/minecraft/util/math/random/Random;)Lnet/minecraft/util/BlockRotation;
-
randomRotationOrder
- Mappings:
Namespace Name Mixin selector official b
Lcvz;b(Lapf;)Ljava/util/List;
intermediary method_16547
Lnet/minecraft/class_2470;method_16547(Lnet/minecraft/class_5819;)Ljava/util/List;
named randomRotationOrder
Lnet/minecraft/util/BlockRotation;randomRotationOrder(Lnet/minecraft/util/math/random/Random;)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 official c
Lapr;c()Ljava/lang/String;
intermediary method_15434
Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
named asString
Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-