Enum Class DoorBlock.HalfType

java.lang.Object
java.lang.Enum<DoorBlock.HalfType>
net.minecraft.block.DoorBlock.HalfType
All Implemented Interfaces:
Serializable, Comparable<DoorBlock.HalfType>, Constable, StringIdentifiable
Enclosing class:
DoorBlock

public static enum DoorBlock.HalfType extends Enum<DoorBlock.HalfType> implements StringIdentifiable
Mappings:
Namespace Name
official aqa$a
intermediary net/minecraft/class_129$class_2181
named net/minecraft/block/DoorBlock$HalfType
  • Enum Constant Details

    • UPPER

      public static final DoorBlock.HalfType UPPER
      Mappings:
      Namespace Name Mixin selector
      official a Laqa$a;a:Laqa$a;
      intermediary field_9374 Lnet/minecraft/class_129$class_2181;field_9374:Lnet/minecraft/class_129$class_2181;
      named UPPER Lnet/minecraft/block/DoorBlock$HalfType;UPPER:Lnet/minecraft/block/DoorBlock$HalfType;
    • LOWER

      public static final DoorBlock.HalfType LOWER
      Mappings:
      Namespace Name Mixin selector
      official b Laqa$a;b:Laqa$a;
      intermediary field_9375 Lnet/minecraft/class_129$class_2181;field_9375:Lnet/minecraft/class_129$class_2181;
      named LOWER Lnet/minecraft/block/DoorBlock$HalfType;LOWER:Lnet/minecraft/block/DoorBlock$HalfType;
  • Constructor Details

    • HalfType

      private HalfType()
  • Method Details

    • values

      public static DoorBlock.HalfType[] 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 DoorBlock.HalfType 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<DoorBlock.HalfType>
      Mappings:
      Namespace Name Mixin selector
      official toString Laqa$a;toString()Ljava/lang/String;
      intermediary toString Lnet/minecraft/class_129$class_2181;toString()Ljava/lang/String;
      named toString Lnet/minecraft/block/DoorBlock$HalfType;toString()Ljava/lang/String;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official m Lro;m()Ljava/lang/String;
      intermediary method_10853 Lnet/minecraft/class_2604;method_10853()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;