Package net.minecraft.block.entity
Enum JigsawBlockEntity.Joint
- All Implemented Interfaces:
Serializable,Comparable<JigsawBlockEntity.Joint>,java.lang.constant.Constable,StringIdentifiable
- Enclosing class:
- JigsawBlockEntity
public static enum JigsawBlockEntity.Joint extends Enum<JigsawBlockEntity.Joint> implements StringIdentifiable
- Mappings:
Namespace Name official chf$aintermediary net/minecraft/class_3751$class_4991named net/minecraft/block/entity/JigsawBlockEntity$Joint
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description StringasString()TextasText()static Optional<JigsawBlockEntity.Joint>byName(String name)static JigsawBlockEntity.JointvalueOf(String name)Returns the enum constant of this type with the specified name.static JigsawBlockEntity.Joint[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ROLLABLE
- Mappings:
Namespace Name Mixin selector official aLchf$a;a:Lchf$a;intermediary field_23329Lnet/minecraft/class_3751$class_4991;field_23329:Lnet/minecraft/class_3751$class_4991;named ROLLABLELnet/minecraft/block/entity/JigsawBlockEntity$Joint;ROLLABLE:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
-
ALIGNED
- Mappings:
Namespace Name Mixin selector official bLchf$a;b:Lchf$a;intermediary field_23330Lnet/minecraft/class_3751$class_4991;field_23330:Lnet/minecraft/class_3751$class_4991;named ALIGNEDLnet/minecraft/block/entity/JigsawBlockEntity$Joint;ALIGNED:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
-
-
Field Details
-
name
- Mappings:
Namespace Name Mixin selector official cLchf$a;c:Ljava/lang/String;intermediary field_23331Lnet/minecraft/class_3751$class_4991;field_23331:Ljava/lang/String;named nameLnet/minecraft/block/entity/JigsawBlockEntity$Joint;name:Ljava/lang/String;
-
-
Constructor Details
-
Joint
- Mappings:
Namespace Name Mixin selector official <init>Lchf$a;<init>(Ljava/lang/String;ILjava/lang/String;)Vintermediary <init>Lnet/minecraft/class_3751$class_4991;<init>(Ljava/lang/String;ILjava/lang/String;)Vnamed <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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
asString
- Specified by:
asStringin interfaceStringIdentifiable- Mappings:
Namespace Name Mixin selector official aLaha;a()Ljava/lang/String;intermediary method_15434Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;named asStringLnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
-
byName
- Mappings:
Namespace Name Mixin selector official aLchf$a;a(Ljava/lang/String;)Ljava/util/Optional;intermediary method_26401Lnet/minecraft/class_3751$class_4991;method_26401(Ljava/lang/String;)Ljava/util/Optional;named byNameLnet/minecraft/block/entity/JigsawBlockEntity$Joint;byName(Ljava/lang/String;)Ljava/util/Optional;
-
asText
- Mappings:
Namespace Name Mixin selector official bLchf$a;b()Loj;intermediary method_32357Lnet/minecraft/class_3751$class_4991;method_32357()Lnet/minecraft/class_2561;named asTextLnet/minecraft/block/entity/JigsawBlockEntity$Joint;asText()Lnet/minecraft/text/Text;
-