Uses of Class
org.bukkit.map.MapCursor
-
Packages that use MapCursor Package Description org.bukkit.map Classes to facilitate plugin handling ofmapdisplays. -
-
Uses of MapCursor in org.bukkit.map
Methods in org.bukkit.map that return MapCursor Modifier and Type Method Description @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(@NotNull MapCursor cursor)Add 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 MapCursor Modifier and Type Method Description @NotNull MapCursorMapCursorCollection. addCursor(@NotNull MapCursor cursor)Add a cursor to the collection.booleanMapCursorCollection. removeCursor(@NotNull MapCursor cursor)Remove a cursor from the collection.
-