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 TypeMethodDescription@NotNull MapCursorMapCursorCollection.addCursor(int x, int y, byte direction) Add a cursor to the collection.@NotNull MapCursorMapCursorCollection.addCursor(int x, int y, byte direction, byte type) Deprecated.Magic value@NotNull MapCursorMapCursorCollection.addCursor(int x, int y, byte direction, byte type, boolean visible) Deprecated.Magic value@NotNull MapCursorMapCursorCollection.addCursor(int x, int y, byte direction, byte type, boolean visible, @Nullable String caption) Deprecated.Magic value@NotNull MapCursorMapCursorCollection.addCursor(int x, int y, byte direction, byte type, boolean visible, @Nullable net.kyori.adventure.text.Component caption) Deprecated.Magic value@NotNull MapCursorAdd a cursor to the collection.@NotNull MapCursorMapCursorCollection.getCursor(int index) Get a cursor from this collection.Methods in org.bukkit.map with parameters of type MapCursorModifier and TypeMethodDescription@NotNull MapCursorAdd a cursor to the collection.booleanMapCursorCollection.removeCursor(@NotNull MapCursor cursor) Remove a cursor from the collection.