All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.to2mbn.jmccc.mojangapi.ServiceStatus Maven / Gradle / Ivy

package org.to2mbn.jmccc.mojangapi;

/**
 * Describes the status of a Mojang service.
 *
 * @author yushijinhun
 */
public enum ServiceStatus {

    /**
     * Service available.
     */
    GREEN,

    /**
     * Something wrong with the service.
     */
    YELLOW,

    /**
     * Service unavailable.
     */
    RED;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy