パッケージ | 説明 |
---|---|
org.bukkit.map |
Classes to facilitate plugin handling of
map displays. |
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
Copyright © 2016. All rights reserved.