Enum Class Attachment

java.lang.Object
java.lang.Enum<Attachment>
net.minecraft.block.enums.Attachment
All Implemented Interfaces:
Serializable, Comparable<Attachment>, Constable, StringIdentifiable

public enum Attachment extends Enum<Attachment> implements StringIdentifiable
Mappings:
Namespace Name
official czi
intermediary net/minecraft/class_3867
named net/minecraft/block/enums/Attachment
  • Enum Constant Details

    • FLOOR

      public static final Attachment FLOOR
      Mappings:
      Namespace Name Mixin selector
      official a Lczi;a:Lczi;
      intermediary field_17098 Lnet/minecraft/class_3867;field_17098:Lnet/minecraft/class_3867;
      named FLOOR Lnet/minecraft/block/enums/Attachment;FLOOR:Lnet/minecraft/block/enums/Attachment;
    • CEILING

      public static final Attachment CEILING
      Mappings:
      Namespace Name Mixin selector
      official b Lczi;b:Lczi;
      intermediary field_17099 Lnet/minecraft/class_3867;field_17099:Lnet/minecraft/class_3867;
      named CEILING Lnet/minecraft/block/enums/Attachment;CEILING:Lnet/minecraft/block/enums/Attachment;
    • SINGLE_WALL

      public static final Attachment SINGLE_WALL
      Mappings:
      Namespace Name Mixin selector
      official c Lczi;c:Lczi;
      intermediary field_17100 Lnet/minecraft/class_3867;field_17100:Lnet/minecraft/class_3867;
      named SINGLE_WALL Lnet/minecraft/block/enums/Attachment;SINGLE_WALL:Lnet/minecraft/block/enums/Attachment;
    • DOUBLE_WALL

      public static final Attachment DOUBLE_WALL
      Mappings:
      Namespace Name Mixin selector
      official d Lczi;d:Lczi;
      intermediary field_17101 Lnet/minecraft/class_3867;field_17101:Lnet/minecraft/class_3867;
      named DOUBLE_WALL Lnet/minecraft/block/enums/Attachment;DOUBLE_WALL:Lnet/minecraft/block/enums/Attachment;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official e Lczi;e:Ljava/lang/String;
      intermediary field_17102 Lnet/minecraft/class_3867;field_17102:Ljava/lang/String;
      named name Lnet/minecraft/block/enums/Attachment;name:Ljava/lang/String;
  • Constructor Details

    • Attachment

      private Attachment(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lczi;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_3867;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/block/enums/Attachment;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static Attachment[] 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 Attachment 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;