Enum Class StrongholdPieces.AbstractPiece.EntranceType

java.lang.Object
java.lang.Enum<StrongholdPieces.AbstractPiece.EntranceType>
net.minecraft.structure.StrongholdPieces.AbstractPiece.EntranceType
All Implemented Interfaces:
Serializable, Comparable<StrongholdPieces.AbstractPiece.EntranceType>, Constable
Enclosing class:
StrongholdPieces.AbstractPiece

public static enum StrongholdPieces.AbstractPiece.EntranceType extends Enum<StrongholdPieces.AbstractPiece.EntranceType>
Mappings:
Namespace Name
official awc$p$a
intermediary net/minecraft/class_11$class_31$class_32
named net/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType
  • Enum Constant Details

    • OPENING

      public static final StrongholdPieces.AbstractPiece.EntranceType OPENING
      Mappings:
      Namespace Name Mixin selector
      official a Lawc$p$a;a:Lawc$p$a;
      intermediary field_58 Lnet/minecraft/class_11$class_31$class_32;field_58:Lnet/minecraft/class_11$class_31$class_32;
      named OPENING Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;OPENING:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;
    • WOOD_DOOR

      public static final StrongholdPieces.AbstractPiece.EntranceType WOOD_DOOR
      Mappings:
      Namespace Name Mixin selector
      official b Lawc$p$a;b:Lawc$p$a;
      intermediary field_59 Lnet/minecraft/class_11$class_31$class_32;field_59:Lnet/minecraft/class_11$class_31$class_32;
      named WOOD_DOOR Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;WOOD_DOOR:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;
    • GRATES

      public static final StrongholdPieces.AbstractPiece.EntranceType GRATES
      Mappings:
      Namespace Name Mixin selector
      official c Lawc$p$a;c:Lawc$p$a;
      intermediary field_60 Lnet/minecraft/class_11$class_31$class_32;field_60:Lnet/minecraft/class_11$class_31$class_32;
      named GRATES Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;GRATES:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;
    • IRON_DOOR

      public static final StrongholdPieces.AbstractPiece.EntranceType IRON_DOOR
      Mappings:
      Namespace Name Mixin selector
      official d Lawc$p$a;d:Lawc$p$a;
      intermediary field_61 Lnet/minecraft/class_11$class_31$class_32;field_61:Lnet/minecraft/class_11$class_31$class_32;
      named IRON_DOOR Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;IRON_DOOR:Lnet/minecraft/structure/StrongholdPieces$AbstractPiece$EntranceType;
  • Constructor Details

    • EntranceType

      private EntranceType()
  • Method Details

    • 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

      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