Package net.minecraft.block.entity
Enum Class JigsawBlockEntity.Joint
- All Implemented Interfaces:
Serializable
,Comparable<JigsawBlockEntity.Joint>
,Constable
,StringIdentifiable
- Enclosing class:
JigsawBlockEntity
public static enum JigsawBlockEntity.Joint
extends Enum<JigsawBlockEntity.Joint>
implements StringIdentifiable
- Mappings:
Namespace Name official cub$a
intermediary net/minecraft/class_3751$class_4991
named net/minecraft/block/entity/JigsawBlockEntity$Joint
-
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
Fields inherited from interface net.minecraft.util.StringIdentifiable
field_38377
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionasString()
asText()
static Optional<JigsawBlockEntity.Joint>
static JigsawBlockEntity.Joint
Returns the enum constant of this class with the specified name.static JigsawBlockEntity.Joint[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ROLLABLE
- Mappings:
Namespace Name Mixin selector official a
Lcub$a;a:Lcub$a;
intermediary field_23329
Lnet/minecraft/class_3751$class_4991;field_23329:Lnet/minecraft/class_3751$class_4991;
named ROLLABLE
Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;ROLLABLE:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
-
ALIGNED
- Mappings:
Namespace Name Mixin selector official b
Lcub$a;b:Lcub$a;
intermediary field_23330
Lnet/minecraft/class_3751$class_4991;field_23330:Lnet/minecraft/class_3751$class_4991;
named ALIGNED
Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;ALIGNED:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official c
Lcub$a;c:Ljava/lang/String;
intermediary field_23331
Lnet/minecraft/class_3751$class_4991;field_23331:Ljava/lang/String;
named name
Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;name:Ljava/lang/String;
-
-
Constructor Details
-
Joint
- Mappings:
Namespace Name Mixin selector official <init>
Lcub$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
intermediary <init>
Lnet/minecraft/class_3751$class_4991;<init>(Ljava/lang/String;ILjava/lang/String;)V
named <init>
Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;<init>(Ljava/lang/String;ILjava/lang/String;)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
-
asString
- Specified by:
asString
in interfaceStringIdentifiable
- Mappings:
Namespace Name Mixin selector official c
Lamw;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;
-
byName
- Mappings:
Namespace Name Mixin selector official a
Lcub$a;a(Ljava/lang/String;)Ljava/util/Optional;
intermediary method_26401
Lnet/minecraft/class_3751$class_4991;method_26401(Ljava/lang/String;)Ljava/util/Optional;
named byName
Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;byName(Ljava/lang/String;)Ljava/util/Optional;
-
asText
- Mappings:
Namespace Name Mixin selector official a
Lcub$a;a()Lrq;
intermediary method_32357
Lnet/minecraft/class_3751$class_4991;method_32357()Lnet/minecraft/class_2561;
named asText
Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;asText()Lnet/minecraft/text/Text;
-