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 bnj
  • Enum Constant Details Link icon

    • FULL_TICK Link icon

      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 Lbnj;a:Lbnj;
    • TICK_SERVER_METHOD Link icon

      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 Lbnj;b:Lbnj;
    • SCHEDULED_TASKS Link icon

      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 Lbnj;c:Lbnj;
    • IDLE Link icon

      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 Lbnj;d:Lbnj;
  • Constructor Details Link icon

    • ServerTickType Link icon

      private ServerTickType()
  • Method Details Link icon

    • values Link icon

      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 Link icon

      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