Enum Class ChestType

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

public enum ChestType extends Enum<ChestType> implements StringIdentifiable
Mappings:
Namespace Name
official czl
intermediary net/minecraft/class_2745
named net/minecraft/block/enums/ChestType
  • Enum Constant Details

    • SINGLE

      public static final ChestType SINGLE
      Mappings:
      Namespace Name Mixin selector
      official a Lczl;a:Lczl;
      intermediary field_12569 Lnet/minecraft/class_2745;field_12569:Lnet/minecraft/class_2745;
      named SINGLE Lnet/minecraft/block/enums/ChestType;SINGLE:Lnet/minecraft/block/enums/ChestType;
    • LEFT

      public static final ChestType LEFT
      Mappings:
      Namespace Name Mixin selector
      official b Lczl;b:Lczl;
      intermediary field_12574 Lnet/minecraft/class_2745;field_12574:Lnet/minecraft/class_2745;
      named LEFT Lnet/minecraft/block/enums/ChestType;LEFT:Lnet/minecraft/block/enums/ChestType;
  • Field Details

    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official d Lczl;d:Ljava/lang/String;
      intermediary field_12572 Lnet/minecraft/class_2745;field_12572:Ljava/lang/String;
      named name Lnet/minecraft/block/enums/ChestType;name:Ljava/lang/String;
  • Constructor Details

    • ChestType

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

    • values

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

      public ChestType getOpposite()
      Mappings:
      Namespace Name Mixin selector
      official a Lczl;a()Lczl;
      intermediary method_11824 Lnet/minecraft/class_2745;method_11824()Lnet/minecraft/class_2745;
      named getOpposite Lnet/minecraft/block/enums/ChestType;getOpposite()Lnet/minecraft/block/enums/ChestType;