|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapCursor.Type | |
---|---|
org.bukkit.map | Classes to facilitate plugin handling of map displays. |
Uses of MapCursor.Type in org.bukkit.map |
---|
Methods in org.bukkit.map that return MapCursor.Type | |
---|---|
static MapCursor.Type |
MapCursor.Type.byValue(byte value)
|
MapCursor.Type |
MapCursor.getType()
Get the type of this cursor. |
static MapCursor.Type |
MapCursor.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MapCursor.Type[] |
MapCursor.Type.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in org.bukkit.map with parameters of type MapCursor.Type | |
---|---|
void |
MapCursor.setType(MapCursor.Type type)
Set the type of this cursor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |