public enum PackageWrapper extends Enum<PackageWrapper>
| Enum Constant and Description | 
|---|
| CRAFTBUKKIT | 
| NMS | 
| NONE | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getUri() | 
| static PackageWrapper | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static PackageWrapper[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final PackageWrapper NMS
public static final PackageWrapper CRAFTBUKKIT
public static final PackageWrapper NONE
public static PackageWrapper[] values()
for (PackageWrapper c : PackageWrapper.values()) System.out.println(c);
public static PackageWrapper valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getUri()
Copyright © 2015–2025 tr7zw. All rights reserved.