Package | Description |
---|---|
org.bukkit.map |
Classes to facilitate plugin handling of
map displays. |
Modifier and Type | Method and Description |
---|---|
static MapCursor.Type |
MapCursor.Type.byValue(byte value)
Deprecated.
Magic 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 are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MapCursor.setType(MapCursor.Type type)
Set the type of this cursor.
|
Copyright © 2016. All rights reserved.