Enum Class WorldTemplate.WorldTemplateType

java.lang.Object
java.lang.Enum<WorldTemplate.WorldTemplateType>
net.minecraft.client.realms.dto.WorldTemplate.WorldTemplateType
All Implemented Interfaces:
Serializable, Comparable<WorldTemplate.WorldTemplateType>, Constable
Enclosing class:
WorldTemplate

@Environment(CLIENT) public static enum WorldTemplate.WorldTemplateType extends Enum<WorldTemplate.WorldTemplateType>
Mappings:
Namespace Name
named net/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType
intermediary net/minecraft/class_4890$class_4323
official fiy$a
  • Enum Constant Details

    • WORLD_TEMPLATE

      public static final WorldTemplate.WorldTemplateType WORLD_TEMPLATE
      Mappings:
      Namespace Name Mixin selector
      named WORLD_TEMPLATE Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;WORLD_TEMPLATE:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
      intermediary field_19447 Lnet/minecraft/class_4890$class_4323;field_19447:Lnet/minecraft/class_4890$class_4323;
      official a Lfiy$a;a:Lfiy$a;
    • MINIGAME

      public static final WorldTemplate.WorldTemplateType MINIGAME
      Mappings:
      Namespace Name Mixin selector
      named MINIGAME Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;MINIGAME:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
      intermediary field_19448 Lnet/minecraft/class_4890$class_4323;field_19448:Lnet/minecraft/class_4890$class_4323;
      official b Lfiy$a;b:Lfiy$a;
    • ADVENTUREMAP

      public static final WorldTemplate.WorldTemplateType ADVENTUREMAP
      Mappings:
      Namespace Name Mixin selector
      named ADVENTUREMAP Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;ADVENTUREMAP:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
      intermediary field_19449 Lnet/minecraft/class_4890$class_4323;field_19449:Lnet/minecraft/class_4890$class_4323;
      official c Lfiy$a;c:Lfiy$a;
    • EXPERIENCE

      public static final WorldTemplate.WorldTemplateType EXPERIENCE
      Mappings:
      Namespace Name Mixin selector
      named EXPERIENCE Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;EXPERIENCE:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
      intermediary field_19450 Lnet/minecraft/class_4890$class_4323;field_19450:Lnet/minecraft/class_4890$class_4323;
      official d Lfiy$a;d:Lfiy$a;
    • INSPIRATION

      public static final WorldTemplate.WorldTemplateType INSPIRATION
      Mappings:
      Namespace Name Mixin selector
      named INSPIRATION Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;INSPIRATION:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
      intermediary field_19451 Lnet/minecraft/class_4890$class_4323;field_19451:Lnet/minecraft/class_4890$class_4323;
      official e Lfiy$a;e:Lfiy$a;
  • Constructor Details

    • WorldTemplateType

      private WorldTemplateType()
  • Method Details

    • values

      public static WorldTemplate.WorldTemplateType[] 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 WorldTemplate.WorldTemplateType 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