Enum Class ServerTickType

java.lang.Object
java.lang.Enum<ServerTickType>
net.minecraft.util.profiler.ServerTickType
All Implemented Interfaces:
Serializable, Comparable<ServerTickType>, Constable

public enum ServerTickType extends Enum<ServerTickType>
Mappings:
Namespace Name
named net/minecraft/util/profiler/ServerTickType
intermediary net/minecraft/class_9160
official blm
  • Enum Constant Details

    • FULL_TICK

      public static final ServerTickType FULL_TICK
      Mappings:
      Namespace Name Mixin selector
      named FULL_TICK Lnet/minecraft/util/profiler/ServerTickType;FULL_TICK:Lnet/minecraft/util/profiler/ServerTickType;
      intermediary field_48718 Lnet/minecraft/class_9160;field_48718:Lnet/minecraft/class_9160;
      official a Lblm;a:Lblm;
    • TICK_SERVER_METHOD

      public static final ServerTickType TICK_SERVER_METHOD
      Mappings:
      Namespace Name Mixin selector
      named TICK_SERVER_METHOD Lnet/minecraft/util/profiler/ServerTickType;TICK_SERVER_METHOD:Lnet/minecraft/util/profiler/ServerTickType;
      intermediary field_48719 Lnet/minecraft/class_9160;field_48719:Lnet/minecraft/class_9160;
      official b Lblm;b:Lblm;
    • SCHEDULED_TASKS

      public static final ServerTickType SCHEDULED_TASKS
      Mappings:
      Namespace Name Mixin selector
      named SCHEDULED_TASKS Lnet/minecraft/util/profiler/ServerTickType;SCHEDULED_TASKS:Lnet/minecraft/util/profiler/ServerTickType;
      intermediary field_48720 Lnet/minecraft/class_9160;field_48720:Lnet/minecraft/class_9160;
      official c Lblm;c:Lblm;
    • IDLE

      public static final ServerTickType IDLE
      Mappings:
      Namespace Name Mixin selector
      named IDLE Lnet/minecraft/util/profiler/ServerTickType;IDLE:Lnet/minecraft/util/profiler/ServerTickType;
      intermediary field_48721 Lnet/minecraft/class_9160;field_48721:Lnet/minecraft/class_9160;
      official d Lblm;d:Lblm;
  • Constructor Details

    • ServerTickType

      private ServerTickType()
  • Method Details

    • values

      public static ServerTickType[] 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 ServerTickType 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