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
named net/minecraft/block/enums/DoubleBlockHalf
intermediary net/minecraft/class_2756
official dty
  • Enum Constant Details

    • UPPER

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

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

    • oppositeDirection

      private final Direction oppositeDirection
      Mappings:
      Namespace Name Mixin selector
      named oppositeDirection Lnet/minecraft/block/enums/DoubleBlockHalf;oppositeDirection:Lnet/minecraft/util/math/Direction;
      intermediary field_47101 Lnet/minecraft/class_2756;field_47101:Lnet/minecraft/class_2350;
      official c Ldty;c:Lji;
  • Constructor Details

    • DoubleBlockHalf

      private DoubleBlockHalf(Direction oppositeDirection)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/block/enums/DoubleBlockHalf;<init>(Ljava/lang/String;ILnet/minecraft/util/math/Direction;)V
      intermediary <init> Lnet/minecraft/class_2756;<init>(Ljava/lang/String;ILnet/minecraft/class_2350;)V
      official <init> Ldty;<init>(Ljava/lang/String;ILji;)V
  • 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
    • getOppositeDirection

      public Direction getOppositeDirection()
      Mappings:
      Namespace Name Mixin selector
      named getOppositeDirection Lnet/minecraft/block/enums/DoubleBlockHalf;getOppositeDirection()Lnet/minecraft/util/math/Direction;
      intermediary method_54779 Lnet/minecraft/class_2756;method_54779()Lnet/minecraft/class_2350;
      official a Ldty;a()Lji;
    • 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
      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;
    • getOtherHalf

      public DoubleBlockHalf getOtherHalf()
      Mappings:
      Namespace Name Mixin selector
      named getOtherHalf Lnet/minecraft/block/enums/DoubleBlockHalf;getOtherHalf()Lnet/minecraft/block/enums/DoubleBlockHalf;
      intermediary method_54780 Lnet/minecraft/class_2756;method_54780()Lnet/minecraft/class_2756;
      official b Ldty;b()Ldty;