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
official efy$a
intermediary net/minecraft/class_4890$class_4323
named net/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType
  • Enum Constant Details

    • WORLD_TEMPLATE

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

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

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

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

      public static final WorldTemplate.WorldTemplateType INSPIRATION
      Mappings:
      Namespace Name Mixin selector
      official e Lefy$a;e:Lefy$a;
      intermediary field_19451 Lnet/minecraft/class_4890$class_4323;field_19451:Lnet/minecraft/class_4890$class_4323;
      named INSPIRATION Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;INSPIRATION:Lnet/minecraft/client/realms/dto/WorldTemplate$WorldTemplateType;
  • 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