Enum Class DoorHinge

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

public enum DoorHinge extends Enum<DoorHinge> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/block/enums/DoorHinge
intermediary net/minecraft/class_2750
official dxs
  • Enum Constant Details Link icon

    • LEFT Link icon

      public static final DoorHinge LEFT
      Mappings:
      Namespace Name Mixin selector
      named LEFT Lnet/minecraft/block/enums/DoorHinge;LEFT:Lnet/minecraft/block/enums/DoorHinge;
      intermediary field_12588 Lnet/minecraft/class_2750;field_12588:Lnet/minecraft/class_2750;
      official a Ldxs;a:Ldxs;
  • Constructor Details Link icon

    • DoorHinge Link icon

      private DoorHinge()
  • Method Details Link icon

    • values Link icon

      public static DoorHinge[] 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 Link icon

      public static DoorHinge 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 Link icon

      public String toString()
      Overrides:
      toString in class Enum<DoorHinge>
    • asString Link icon

      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 Lazv;c()Ljava/lang/String;