public enum PluginType extends java.lang.Enum<PluginType>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getAnnotations() |
java.lang.String |
getDefaultPath() |
java.lang.String |
getPathKey() |
static PluginType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PluginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PluginType SPIGOT
public static final PluginType BUNGEE
public static final PluginType NUKKIT
public static final PluginType GENERAL
public static PluginType[] values()
for (PluginType c : PluginType.values()) System.out.println(c);
public static PluginType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getPathKey()
public java.lang.String getDefaultPath()
public java.util.List<java.lang.Class<? extends java.lang.annotation.Annotation>> getAnnotations()