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
named net/minecraft/block/entity/JigsawBlockEntity$Joint
intermediary net/minecraft/class_3751$class_4991
official dqj$a
  • Enum Constant Details Link icon

    • ROLLABLE Link icon

      public static final JigsawBlockEntity.Joint ROLLABLE
      Mappings:
      Namespace Name Mixin selector
      named ROLLABLE Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;ROLLABLE:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
      intermediary field_23329 Lnet/minecraft/class_3751$class_4991;field_23329:Lnet/minecraft/class_3751$class_4991;
      official a Ldqj$a;a:Ldqj$a;
    • ALIGNED Link icon

      public static final JigsawBlockEntity.Joint ALIGNED
      Mappings:
      Namespace Name Mixin selector
      named ALIGNED Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;ALIGNED:Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;
      intermediary field_23330 Lnet/minecraft/class_3751$class_4991;field_23330:Lnet/minecraft/class_3751$class_4991;
      official b Ldqj$a;b:Ldqj$a;
  • Field Details Link icon

    • name Link icon

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;name:Ljava/lang/String;
      intermediary field_23331 Lnet/minecraft/class_3751$class_4991;field_23331:Ljava/lang/String;
      official c Ldqj$a;c:Ljava/lang/String;
  • Constructor Details Link icon

    • Joint Link icon

      private Joint(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_3751$class_4991;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Ldqj$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details Link icon

    • values Link icon

      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 Link icon

      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 Link icon

      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
      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;
    • byName Link icon

      public static Optional<JigsawBlockEntity.Joint> byName(String name)
      Mappings:
      Namespace Name Mixin selector
      named byName Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;byName(Ljava/lang/String;)Ljava/util/Optional;
      intermediary method_26401 Lnet/minecraft/class_3751$class_4991;method_26401(Ljava/lang/String;)Ljava/util/Optional;
      official a Ldqj$a;a(Ljava/lang/String;)Ljava/util/Optional;
    • asText Link icon

      public Text asText()
      Mappings:
      Namespace Name Mixin selector
      named asText Lnet/minecraft/block/entity/JigsawBlockEntity$Joint;asText()Lnet/minecraft/text/Text;
      intermediary method_32357 Lnet/minecraft/class_3751$class_4991;method_32357()Lnet/minecraft/class_2561;
      official a Ldqj$a;a()Lxp;