Enum Class RealmsServer.WorldType

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

@Environment(CLIENT) public static enum RealmsServer.WorldType extends Enum<RealmsServer.WorldType>
Mappings:
Namespace Name
official efi$c
intermediary net/minecraft/class_4877$class_4321
named net/minecraft/client/realms/dto/RealmsServer$WorldType
  • Enum Constant Details

    • NORMAL

      public static final RealmsServer.WorldType NORMAL
      Mappings:
      Namespace Name Mixin selector
      official a Lefi$c;a:Lefi$c;
      intermediary field_19437 Lnet/minecraft/class_4877$class_4321;field_19437:Lnet/minecraft/class_4877$class_4321;
      named NORMAL Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;NORMAL:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;
    • MINIGAME

      public static final RealmsServer.WorldType MINIGAME
      Mappings:
      Namespace Name Mixin selector
      official b Lefi$c;b:Lefi$c;
      intermediary field_19438 Lnet/minecraft/class_4877$class_4321;field_19438:Lnet/minecraft/class_4877$class_4321;
      named MINIGAME Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;MINIGAME:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;
    • ADVENTUREMAP

      public static final RealmsServer.WorldType ADVENTUREMAP
      Mappings:
      Namespace Name Mixin selector
      official c Lefi$c;c:Lefi$c;
      intermediary field_19439 Lnet/minecraft/class_4877$class_4321;field_19439:Lnet/minecraft/class_4877$class_4321;
      named ADVENTUREMAP Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;ADVENTUREMAP:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;
    • EXPERIENCE

      public static final RealmsServer.WorldType EXPERIENCE
      Mappings:
      Namespace Name Mixin selector
      official d Lefi$c;d:Lefi$c;
      intermediary field_19440 Lnet/minecraft/class_4877$class_4321;field_19440:Lnet/minecraft/class_4877$class_4321;
      named EXPERIENCE Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;EXPERIENCE:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;
    • INSPIRATION

      public static final RealmsServer.WorldType INSPIRATION
      Mappings:
      Namespace Name Mixin selector
      official e Lefi$c;e:Lefi$c;
      intermediary field_19441 Lnet/minecraft/class_4877$class_4321;field_19441:Lnet/minecraft/class_4877$class_4321;
      named INSPIRATION Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;INSPIRATION:Lnet/minecraft/client/realms/dto/RealmsServer$WorldType;
  • Constructor Details

    • WorldType

      private WorldType()
  • Method Details

    • values

      public static RealmsServer.WorldType[] 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 RealmsServer.WorldType 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