程序包 | 说明 |
---|---|
org.bukkit.map |
用于简化处理
地图 显示内容的类. |
限定符和类型 | 方法和说明 |
---|---|
MapCursor |
MapCursorCollection.addCursor(int x,
int y,
byte direction)
Add a cursor to the collection.
|
MapCursor |
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type)
已过时。
Magic value
|
MapCursor |
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type,
boolean visible)
已过时。
Magic value
|
MapCursor |
MapCursorCollection.addCursor(MapCursor cursor)
Add a cursor to the collection.
|
MapCursor |
MapCursorCollection.getCursor(int index)
Get a cursor from this collection.
|
限定符和类型 | 方法和说明 |
---|---|
MapCursor |
MapCursorCollection.addCursor(MapCursor cursor)
Add a cursor to the collection.
|
boolean |
MapCursorCollection.removeCursor(MapCursor cursor)
Remove a cursor from the collection.
|