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 dri$a
  • Enum Constant Details

    • ROLLABLE

      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 Ldri$a;a:Ldri$a;
    • ALIGNED

      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 Ldri$a;b:Ldri$a;
  • Field Details

    • name

      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 Ldri$a;c:Ljava/lang/String;
  • Constructor Details

    • Joint

      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> Ldri$a;<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
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazk;c()Ljava/lang/String;
    • byName

      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 Ldri$a;a(Ljava/lang/String;)Ljava/util/Optional;
    • asText

      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 Ldri$a;a()Lwz;