Enum Class RuinedPortalFeature.Type

java.lang.Object
java.lang.Enum<RuinedPortalFeature.Type>
net.minecraft.world.gen.feature.RuinedPortalFeature.Type
All Implemented Interfaces:
Serializable, Comparable<RuinedPortalFeature.Type>, Constable, StringIdentifiable
Enclosing class:
RuinedPortalFeature

public static enum RuinedPortalFeature.Type extends Enum<RuinedPortalFeature.Type> implements StringIdentifiable
Mappings:
Namespace Name
official cxx$a
intermediary net/minecraft/class_5183$class_5185
named net/minecraft/world/gen/feature/RuinedPortalFeature$Type
  • Enum Constant Details

    • STANDARD

      public static final RuinedPortalFeature.Type STANDARD
      Mappings:
      Namespace Name Mixin selector
      official a Lcxx$a;a:Lcxx$a;
      intermediary field_24000 Lnet/minecraft/class_5183$class_5185;field_24000:Lnet/minecraft/class_5183$class_5185;
      named STANDARD Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;STANDARD:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
    • DESERT

      public static final RuinedPortalFeature.Type DESERT
      Mappings:
      Namespace Name Mixin selector
      official b Lcxx$a;b:Lcxx$a;
      intermediary field_24001 Lnet/minecraft/class_5183$class_5185;field_24001:Lnet/minecraft/class_5183$class_5185;
      named DESERT Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;DESERT:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
    • JUNGLE

      public static final RuinedPortalFeature.Type JUNGLE
      Mappings:
      Namespace Name Mixin selector
      official c Lcxx$a;c:Lcxx$a;
      intermediary field_24002 Lnet/minecraft/class_5183$class_5185;field_24002:Lnet/minecraft/class_5183$class_5185;
      named JUNGLE Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;JUNGLE:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
    • SWAMP

      public static final RuinedPortalFeature.Type SWAMP
      Mappings:
      Namespace Name Mixin selector
      official d Lcxx$a;d:Lcxx$a;
      intermediary field_24003 Lnet/minecraft/class_5183$class_5185;field_24003:Lnet/minecraft/class_5183$class_5185;
      named SWAMP Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;SWAMP:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
    • MOUNTAIN

      public static final RuinedPortalFeature.Type MOUNTAIN
      Mappings:
      Namespace Name Mixin selector
      official e Lcxx$a;e:Lcxx$a;
      intermediary field_24004 Lnet/minecraft/class_5183$class_5185;field_24004:Lnet/minecraft/class_5183$class_5185;
      named MOUNTAIN Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;MOUNTAIN:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
    • OCEAN

      public static final RuinedPortalFeature.Type OCEAN
      Mappings:
      Namespace Name Mixin selector
      official f Lcxx$a;f:Lcxx$a;
      intermediary field_24005 Lnet/minecraft/class_5183$class_5185;field_24005:Lnet/minecraft/class_5183$class_5185;
      named OCEAN Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;OCEAN:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
    • NETHER

      public static final RuinedPortalFeature.Type NETHER
      Mappings:
      Namespace Name Mixin selector
      official g Lcxx$a;g:Lcxx$a;
      intermediary field_24006 Lnet/minecraft/class_5183$class_5185;field_24006:Lnet/minecraft/class_5183$class_5185;
      named NETHER Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;NETHER:Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<RuinedPortalFeature.Type> CODEC
      Mappings:
      Namespace Name Mixin selector
      official h Lcxx$a;h:Lcom/mojang/serialization/Codec;
      intermediary field_24840 Lnet/minecraft/class_5183$class_5185;field_24840:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;CODEC:Lcom/mojang/serialization/Codec;
    • BY_NAME

      private static final Map<String,RuinedPortalFeature.Type> BY_NAME
      Mappings:
      Namespace Name Mixin selector
      official i Lcxx$a;i:Ljava/util/Map;
      intermediary field_24007 Lnet/minecraft/class_5183$class_5185;field_24007:Ljava/util/Map;
      named BY_NAME Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;BY_NAME:Ljava/util/Map;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official j Lcxx$a;j:Ljava/lang/String;
      intermediary field_24008 Lnet/minecraft/class_5183$class_5185;field_24008:Ljava/lang/String;
      named name Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;name:Ljava/lang/String;
  • Constructor Details

    • Type

      private Type(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcxx$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_5183$class_5185;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static RuinedPortalFeature.Type[] 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 RuinedPortalFeature.Type 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
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Lcxx$a;a()Ljava/lang/String;
      intermediary method_27214 Lnet/minecraft/class_5183$class_5185;method_27214()Ljava/lang/String;
      named getName Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;getName()Ljava/lang/String;
    • byName

      public static RuinedPortalFeature.Type byName(String name)
      Mappings:
      Namespace Name Mixin selector
      official a Lcxx$a;a(Ljava/lang/String;)Lcxx$a;
      intermediary method_27216 Lnet/minecraft/class_5183$class_5185;method_27216(Ljava/lang/String;)Lnet/minecraft/class_5183$class_5185;
      named byName Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;byName(Ljava/lang/String;)Lnet/minecraft/world/gen/feature/RuinedPortalFeature$Type;
    • asString

      public String asString()
      Specified by:
      asString in interface StringIdentifiable
      Mappings:
      Namespace Name Mixin selector
      official c Lajg;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;