Uses of Class
org.bukkit.map.MapCursor
| Package | Description |
|---|---|
| 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 Modifier and Type Method Description MapCursorMapCursorCollection. addCursor(int x, int y, byte direction)Add a cursor to the collection.MapCursorMapCursorCollection. addCursor(int x, int y, byte direction, byte type)Deprecated.Magic valueMapCursorMapCursorCollection. addCursor(int x, int y, byte direction, byte type, boolean visible)Deprecated.Magic valueMapCursorMapCursorCollection. addCursor(MapCursor cursor)Add a cursor to the collection.MapCursorMapCursorCollection. getCursor(int index)Get a cursor from this collection.Methods in org.bukkit.map with parameters of type MapCursor Modifier and Type Method Description MapCursorMapCursorCollection. addCursor(MapCursor cursor)Add a cursor to the collection.booleanMapCursorCollection. removeCursor(MapCursor cursor)Remove a cursor from the collection.