Package net.minecraft

Enum Class class_11545.class_11546

java.lang.Object
java.lang.Enum<class_11545.class_11546>
net.minecraft.class_11545.class_11546
All Implemented Interfaces:
Serializable, Comparable<class_11545.class_11546>, Constable
Enclosing interface:
class_11545

public static enum class_11545.class_11546 extends Enum<class_11545.class_11546>
Mappings:
Namespace Name
named net/minecraft/class_11545$class_11546
intermediary net/minecraft/class_11545$class_11546
official auq$a
  • Enum Constant Details

    • START_SERVER

      public static final class_11545.class_11546 START_SERVER
      Mappings:
      Namespace Name Mixin selector
      named START_SERVER Lnet/minecraft/class_11545$class_11546;START_SERVER:Lnet/minecraft/class_11545$class_11546;
      intermediary field_61105 Lnet/minecraft/class_11545$class_11546;field_61105:Lnet/minecraft/class_11545$class_11546;
      official a Lauq$a;a:Lauq$a;
    • PREPARE_GLOBAL_SPAWN

      public static final class_11545.class_11546 PREPARE_GLOBAL_SPAWN
      Mappings:
      Namespace Name Mixin selector
      named PREPARE_GLOBAL_SPAWN Lnet/minecraft/class_11545$class_11546;PREPARE_GLOBAL_SPAWN:Lnet/minecraft/class_11545$class_11546;
      intermediary field_61106 Lnet/minecraft/class_11545$class_11546;field_61106:Lnet/minecraft/class_11545$class_11546;
      official b Lauq$a;b:Lauq$a;
    • LOAD_INITIAL_CHUNKS

      public static final class_11545.class_11546 LOAD_INITIAL_CHUNKS
      Mappings:
      Namespace Name Mixin selector
      named LOAD_INITIAL_CHUNKS Lnet/minecraft/class_11545$class_11546;LOAD_INITIAL_CHUNKS:Lnet/minecraft/class_11545$class_11546;
      intermediary field_61107 Lnet/minecraft/class_11545$class_11546;field_61107:Lnet/minecraft/class_11545$class_11546;
      official c Lauq$a;c:Lauq$a;
    • LOAD_PLAYER_CHUNKS

      public static final class_11545.class_11546 LOAD_PLAYER_CHUNKS
      Mappings:
      Namespace Name Mixin selector
      named LOAD_PLAYER_CHUNKS Lnet/minecraft/class_11545$class_11546;LOAD_PLAYER_CHUNKS:Lnet/minecraft/class_11545$class_11546;
      intermediary field_61108 Lnet/minecraft/class_11545$class_11546;field_61108:Lnet/minecraft/class_11545$class_11546;
      official d Lauq$a;d:Lauq$a;
  • Constructor Details

    • class_11546

      private class_11546()
  • Method Details

    • values

      public static class_11545.class_11546[] 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 class_11545.class_11546 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