|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapCursor | |
---|---|
org.bukkit.map | Classes to facilitate plugin handling of map displays. |
Uses of MapCursor in org.bukkit.map |
---|
Methods in org.bukkit.map that return MapCursor | |
---|---|
MapCursor |
MapCursorCollection.addCursor(int x,
int y,
byte direction)
Add a cursor to the collection. |
MapCursor |
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type)
Add a cursor to the collection. |
MapCursor |
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type,
boolean visible)
Add a cursor to the collection. |
MapCursor |
MapCursorCollection.addCursor(MapCursor cursor)
Add a cursor to the collection. |
MapCursor |
MapCursorCollection.getCursor(int index)
Get a cursor from this collection. |
Methods in org.bukkit.map with parameters of type MapCursor | |
---|---|
MapCursor |
MapCursorCollection.addCursor(MapCursor cursor)
Add a cursor to the collection. |
boolean |
MapCursorCollection.removeCursor(MapCursor cursor)
Remove a cursor from the collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |