Uses of Enum
com.cryptomorin.xseries.profiles.exceptions.MojangAPIRetryException.Reason
Packages that use MojangAPIRetryException.Reason
-
Uses of MojangAPIRetryException.Reason in com.cryptomorin.xseries.profiles.exceptions
Methods in com.cryptomorin.xseries.profiles.exceptions that return MojangAPIRetryException.ReasonModifier and TypeMethodDescriptionMojangAPIRetryException.getReason()Returns the enum constant of this type with the specified name.static MojangAPIRetryException.Reason[]MojangAPIRetryException.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.cryptomorin.xseries.profiles.exceptions with parameters of type MojangAPIRetryException.ReasonModifierConstructorDescriptionMojangAPIRetryException(MojangAPIRetryException.Reason reason, String message) MojangAPIRetryException(MojangAPIRetryException.Reason reason, String message, Throwable cause)