类的使用
org.bukkit.map.MapCursor
-
org.bukkit.map中MapCursor的使用
修饰符和类型方法说明MapCursorCollection.addCursor
(int x, int y, byte direction) Add a cursor to the collection.MapCursorCollection.addCursor
(int x, int y, byte direction, byte type) 已过时。Magic valueMapCursorCollection.addCursor
(int x, int y, byte direction, byte type, boolean visible) 已过时。Magic valueMapCursorCollection.addCursor
(int x, int y, byte direction, byte type, boolean visible, @Nullable String caption) 已过时。Magic valueAdd a cursor to the collection.MapCursorCollection.getCursor
(int index) Get a cursor from this collection.