Enum Class JigsawBlockEntity.Joint

java.lang.Object
java.lang.Enum<JigsawBlockEntity.Joint>
net.minecraft.block.entity.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 cxg$a
intermediary net/minecraft/class_3751$class_4991
named net/minecraft/block/entity/JigsawBlockEntity$Joint
  • Enum Constant Details

    • ROLLABLE

      public static final JigsawBlockEntity.Joint ROLLABLE
      Mappings:
      Namespace Name Mixin selector
      official a Lcxg$a;a:Lcxg$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

      public static final JigsawBlockEntity.Joint ALIGNED
      Mappings:
      Namespace Name Mixin selector
      official b Lcxg$a;b:Lcxg$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

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official c Lcxg$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

      private Joint(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcxg$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

      public static JigsawBlockEntity.Joint[] 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

      public static JigsawBlockEntity.Joint valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      official c Laor;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

      public static Optional<JigsawBlockEntity.Joint> byName(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lcxg$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

      public Text asText()
      Mappings:
      Namespace Name Mixin selector
      official a Lcxg$a;a()Lss;
      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;