Enum 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>, java.lang.constant.Constable
Enclosing class:
StrongholdPieces.AbstractPiece

public static enum StrongholdPieces.AbstractPiece.EntranceType
extends Enum<StrongholdPieces.AbstractPiece.EntranceType>
Mappings:
Namespace Name
official aqp$p$a
intermediary net/minecraft/class_539$class_555$class_556
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 Laqp$p$a;a:Laqp$p$a;
      intermediary field_2093 Lnet/minecraft/class_539$class_555$class_556;field_2093:Lnet/minecraft/class_539$class_555$class_556;
      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 Laqp$p$a;b:Laqp$p$a;
      intermediary field_2094 Lnet/minecraft/class_539$class_555$class_556;field_2094:Lnet/minecraft/class_539$class_555$class_556;
      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 Laqp$p$a;c:Laqp$p$a;
      intermediary field_2095 Lnet/minecraft/class_539$class_555$class_556;field_2095:Lnet/minecraft/class_539$class_555$class_556;
      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 Laqp$p$a;d:Laqp$p$a;
      intermediary field_2096 Lnet/minecraft/class_539$class_555$class_556;field_2096:Lnet/minecraft/class_539$class_555$class_556;
      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 type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static StrongholdPieces.AbstractPiece.EntranceType valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null