Enum Class ServerPackManager.PackPromptStatus

java.lang.Object
java.lang.Enum<ServerPackManager.PackPromptStatus>
net.minecraft.client.resources.server.ServerPackManager.PackPromptStatus
All Implemented Interfaces:
Serializable, Comparable<ServerPackManager.PackPromptStatus>, Constable
Enclosing class:
ServerPackManager

public static enum ServerPackManager.PackPromptStatus extends Enum<ServerPackManager.PackPromptStatus>
  • Enum Constant Details

  • Constructor Details

    • PackPromptStatus

      private PackPromptStatus()
  • Method Details

    • values

      public static ServerPackManager.PackPromptStatus[] 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 ServerPackManager.PackPromptStatus 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