Enum Class ChunkTracker.ChunkVisibility

java.lang.Object
java.lang.Enum<ChunkTracker.ChunkVisibility>
com.hypixel.hytale.server.core.modules.entity.player.ChunkTracker.ChunkVisibility
All Implemented Interfaces:
Serializable, Comparable<ChunkTracker.ChunkVisibility>, Constable
Enclosing class:
ChunkTracker

public static enum ChunkTracker.ChunkVisibility extends Enum<ChunkTracker.ChunkVisibility>
  • Enum Constant Details

  • Constructor Details

    • ChunkVisibility

      private ChunkVisibility()
  • Method Details

    • values

      public static ChunkTracker.ChunkVisibility[] 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 ChunkTracker.ChunkVisibility 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