Bukkit-API
1.7.9-R0.2
The inofficial Bukkit-API
|
Public Member Functions | |
byte | getValue () |
Static Public Member Functions | |
static Type | byValue (byte value) |
Public Attributes | |
WHITE_POINTER =(0) | |
GREEN_POINTER =(1) | |
RED_POINTER =(2) | |
BLUE_POINTER =(3) | |
WHITE_CROSS =(4) | |
Represents the standard types of map cursors. More may be made available by texture packs - the value is used by the client as an index in the file './misc/mapicons.png' from minecraft.jar or from a texture pack.
Definition at line 154 of file MapCursor.java.
|
static |
Definition at line 181 of file MapCursor.java.
Referenced by org.bukkit.map.MapCursor.getType().
byte org.bukkit.map.MapCursor.Type.getValue | ( | ) |