类的使用
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 valueAdd a cursor to the collection.MapCursorCollection.getCursor
(int index) Get a cursor from this collection.修饰符和类型方法说明Add a cursor to the collection.boolean
MapCursorCollection.removeCursor
(MapCursor cursor) Remove a cursor from the collection.