Enum Class ChunkTicketType.Use

java.lang.Object
java.lang.Enum<ChunkTicketType.Use>
net.minecraft.server.world.ChunkTicketType.Use
All Implemented Interfaces:
Serializable, Comparable<ChunkTicketType.Use>, Constable
Enclosing class:
ChunkTicketType

public static enum ChunkTicketType.Use extends Enum<ChunkTicketType.Use>
Mappings:
Namespace Name
named net/minecraft/server/world/ChunkTicketType$Use
intermediary net/minecraft/class_3230$class_10558
official asi$a
  • Enum Constant Details

    • LOADING

      public static final ChunkTicketType.Use LOADING
      Mappings:
      Namespace Name Mixin selector
      named LOADING Lnet/minecraft/server/world/ChunkTicketType$Use;LOADING:Lnet/minecraft/server/world/ChunkTicketType$Use;
      intermediary field_55601 Lnet/minecraft/class_3230$class_10558;field_55601:Lnet/minecraft/class_3230$class_10558;
      official a Lasi$a;a:Lasi$a;
    • SIMULATION

      public static final ChunkTicketType.Use SIMULATION
      Mappings:
      Namespace Name Mixin selector
      named SIMULATION Lnet/minecraft/server/world/ChunkTicketType$Use;SIMULATION:Lnet/minecraft/server/world/ChunkTicketType$Use;
      intermediary field_55602 Lnet/minecraft/class_3230$class_10558;field_55602:Lnet/minecraft/class_3230$class_10558;
      official b Lasi$a;b:Lasi$a;
    • LOADING_AND_SIMULATION

      public static final ChunkTicketType.Use LOADING_AND_SIMULATION
      Mappings:
      Namespace Name Mixin selector
      named LOADING_AND_SIMULATION Lnet/minecraft/server/world/ChunkTicketType$Use;LOADING_AND_SIMULATION:Lnet/minecraft/server/world/ChunkTicketType$Use;
      intermediary field_55603 Lnet/minecraft/class_3230$class_10558;field_55603:Lnet/minecraft/class_3230$class_10558;
      official c Lasi$a;c:Lasi$a;
  • Constructor Details

    • Use

      private Use()
  • Method Details

    • values

      public static ChunkTicketType.Use[] 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 ChunkTicketType.Use 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