Package net.minecraft

Enum class_5584

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

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

    • HIDDEN

      public static final class_5584 HIDDEN
      Mappings:
      Namespace Name Mixin selector
      official a Lclo;a:Lclo;
      intermediary field_27289 Lnet/minecraft/class_5584;field_27289:Lnet/minecraft/class_5584;
      named HIDDEN Lnet/minecraft/class_5584;HIDDEN:Lnet/minecraft/class_5584;
    • TRACKED

      public static final class_5584 TRACKED
      Mappings:
      Namespace Name Mixin selector
      official b Lclo;b:Lclo;
      intermediary field_27290 Lnet/minecraft/class_5584;field_27290:Lnet/minecraft/class_5584;
      named TRACKED Lnet/minecraft/class_5584;TRACKED:Lnet/minecraft/class_5584;
    • TICKING

      public static final class_5584 TICKING
      Mappings:
      Namespace Name Mixin selector
      official c Lclo;c:Lclo;
      intermediary field_27291 Lnet/minecraft/class_5584;field_27291:Lnet/minecraft/class_5584;
      named TICKING Lnet/minecraft/class_5584;TICKING:Lnet/minecraft/class_5584;
  • Field Details

    • tracked

      private final boolean tracked
      Mappings:
      Namespace Name Mixin selector
      official d Lclo;d:Z
      intermediary field_27292 Lnet/minecraft/class_5584;field_27292:Z
      named tracked Lnet/minecraft/class_5584;tracked:Z
    • tick

      private final boolean tick
      Mappings:
      Namespace Name Mixin selector
      official e Lclo;e:Z
      intermediary field_27293 Lnet/minecraft/class_5584;field_27293:Z
      named tick Lnet/minecraft/class_5584;tick:Z
  • Constructor Details

    • class_5584

      private class_5584​(boolean tracked, boolean tick)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lclo;<init>(Ljava/lang/String;IZZ)V
      intermediary <init> Lnet/minecraft/class_5584;<init>(Ljava/lang/String;IZZ)V
      named <init> Lnet/minecraft/class_5584;<init>(Ljava/lang/String;IZZ)V
  • Method Details

    • values

      public static class_5584[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static class_5584 valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null
    • shouldTick

      public boolean shouldTick()
      Mappings:
      Namespace Name Mixin selector
      official a Lclo;a()Z
      intermediary method_31883 Lnet/minecraft/class_5584;method_31883()Z
      named shouldTick Lnet/minecraft/class_5584;shouldTick()Z
    • shouldTrack

      public boolean shouldTrack()
      Mappings:
      Namespace Name Mixin selector
      official b Lclo;b()Z
      intermediary method_31885 Lnet/minecraft/class_5584;method_31885()Z
      named shouldTrack Lnet/minecraft/class_5584;shouldTrack()Z
    • method_31884

      public static class_5584 method_31884​(ChunkHolder.LevelType levelType)
      Mappings:
      Namespace Name Mixin selector
      official a Lclo;a(Laah$b;)Lclo;
      intermediary method_31884 Lnet/minecraft/class_5584;method_31884(Lnet/minecraft/class_3193$class_3194;)Lnet/minecraft/class_5584;
      named method_31884 Lnet/minecraft/class_5584;method_31884(Lnet/minecraft/server/world/ChunkHolder$LevelType;)Lnet/minecraft/class_5584;