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

  • Field Details

    • tracked

      private final boolean tracked
    • tick

      private final boolean tick
  • Constructor Details

    • class_5584

      private class_5584​(boolean tracked, boolean tick)
  • 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()
    • shouldTrack

      public boolean shouldTrack()
    • method_31884

      public static class_5584 method_31884​(ChunkHolder.LevelType levelType)