Enum Class DoubleBlockHalf

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

public enum DoubleBlockHalf extends Enum<DoubleBlockHalf> implements StringIdentifiable
Mappings:
Namespace Name
official czp
intermediary net/minecraft/class_2756
named net/minecraft/block/enums/DoubleBlockHalf
  • Enum Constant Details

    • UPPER

      public static final DoubleBlockHalf UPPER
      Mappings:
      Namespace Name Mixin selector
      official a Lczp;a:Lczp;
      intermediary field_12609 Lnet/minecraft/class_2756;field_12609:Lnet/minecraft/class_2756;
      named UPPER Lnet/minecraft/block/enums/DoubleBlockHalf;UPPER:Lnet/minecraft/block/enums/DoubleBlockHalf;
    • LOWER

      public static final DoubleBlockHalf LOWER
      Mappings:
      Namespace Name Mixin selector
      official b Lczp;b:Lczp;
      intermediary field_12607 Lnet/minecraft/class_2756;field_12607:Lnet/minecraft/class_2756;
      named LOWER Lnet/minecraft/block/enums/DoubleBlockHalf;LOWER:Lnet/minecraft/block/enums/DoubleBlockHalf;
  • Constructor Details

    • DoubleBlockHalf

      private DoubleBlockHalf()
  • Method Details

    • values

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