Uses of Class
org.bukkit.map.MapCursor
-
Uses of MapCursor in org.bukkit.map
Modifier 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, @Nullable String caption) Deprecated.Magic valueMapCursorCollection.addCursor
(int x, int y, byte direction, byte type, boolean visible, @Nullable Component caption) Deprecated.Magic valueAdd a cursor to the collection.MapCursorCollection.getCursor
(int index) Get a cursor from this collection.