Enum Class StrongholdGenerator.Piece.EntranceType

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

protected static enum StrongholdGenerator.Piece.EntranceType extends Enum<StrongholdGenerator.Piece.EntranceType>
Mappings:
Namespace Name
official dqz$p$a
intermediary net/minecraft/class_3421$class_3437$class_3438
named net/minecraft/structure/StrongholdGenerator$Piece$EntranceType
  • Enum Constant Details

    • OPENING

      public static final StrongholdGenerator.Piece.EntranceType OPENING
      Mappings:
      Namespace Name Mixin selector
      official a Ldqz$p$a;a:Ldqz$p$a;
      intermediary field_15288 Lnet/minecraft/class_3421$class_3437$class_3438;field_15288:Lnet/minecraft/class_3421$class_3437$class_3438;
      named OPENING Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;OPENING:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
    • WOOD_DOOR

      public static final StrongholdGenerator.Piece.EntranceType WOOD_DOOR
      Mappings:
      Namespace Name Mixin selector
      official b Ldqz$p$a;b:Ldqz$p$a;
      intermediary field_15290 Lnet/minecraft/class_3421$class_3437$class_3438;field_15290:Lnet/minecraft/class_3421$class_3437$class_3438;
      named WOOD_DOOR Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;WOOD_DOOR:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
    • GRATES

      public static final StrongholdGenerator.Piece.EntranceType GRATES
      Mappings:
      Namespace Name Mixin selector
      official c Ldqz$p$a;c:Ldqz$p$a;
      intermediary field_15289 Lnet/minecraft/class_3421$class_3437$class_3438;field_15289:Lnet/minecraft/class_3421$class_3437$class_3438;
      named GRATES Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;GRATES:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
    • IRON_DOOR

      public static final StrongholdGenerator.Piece.EntranceType IRON_DOOR
      Mappings:
      Namespace Name Mixin selector
      official d Ldqz$p$a;d:Ldqz$p$a;
      intermediary field_15291 Lnet/minecraft/class_3421$class_3437$class_3438;field_15291:Lnet/minecraft/class_3421$class_3437$class_3438;
      named IRON_DOOR Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;IRON_DOOR:Lnet/minecraft/structure/StrongholdGenerator$Piece$EntranceType;
  • Constructor Details

    • EntranceType

      private EntranceType()
  • Method Details

    • values

      public static StrongholdGenerator.Piece.EntranceType[] 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 StrongholdGenerator.Piece.EntranceType 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