Package net.minecraft

Enum Class class_9160

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

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

    • FULL_TICK

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

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

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

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

    • class_9160

      private class_9160()
  • Method Details

    • values

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