| Package | Description |
|---|---|
| com.sk89q.worldedit.extension.platform | |
| com.sk89q.worldedit.internal |
| Modifier and Type | Method and Description |
|---|---|
static Preference |
Preference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Preference[] |
Preference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Capability,Preference> |
Platform.getCapabilities()
Get a map of advertised capabilities of this platform, where each key
in the given map is a supported capability and the respective value
indicates the preference for this platform for that given capability.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Preference.isPreferredOver(Preference other)
Returns whether this given preference is preferred over the given
other preference.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Capability,Preference> |
ServerInterfaceAdapter.getCapabilities() |
Copyright © 2010-2014. All Rights Reserved.