Uses of Class
org.bukkit.map.MapCursor
Packages that use MapCursor
-
Uses of MapCursor in org.bukkit.map
Methods in org.bukkit.map that return MapCursorModifier and TypeMethodDescriptionMapCursorCollection.addCursor
(int x, int y, byte direction) Add a cursor to the collection.MapCursorCollection.addCursor
(int x, int y, byte direction, byte type) Deprecated.Magic valueMapCursorCollection.addCursor
(int x, int y, byte direction, byte type, boolean visible) Deprecated.Magic valueMapCursorCollection.addCursor
(int x, int y, byte direction, byte type, boolean visible, String caption) Deprecated.Magic valueAdd a cursor to the collection.MapCursorCollection.getCursor
(int index) Get a cursor from this collection.Methods in org.bukkit.map with parameters of type MapCursorModifier and TypeMethodDescriptionAdd a cursor to the collection.boolean
MapCursorCollection.removeCursor
(MapCursor cursor) Remove a cursor from the collection.