| 程序包 | 说明 |
|---|---|
| org.bukkit.map |
用于简化处理
地图显示内容的类. |
| 限定符和类型 | 方法和说明 |
|---|---|
static MapCursor.Type |
MapCursor.Type.byValue(byte value)
已过时。
不安全的参数
|
MapCursor.Type |
MapCursor.getType()
获取这个光标的类型.
|
static MapCursor.Type |
MapCursor.Type.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static MapCursor.Type[] |
MapCursor.Type.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MapCursor.setType(MapCursor.Type type)
设置这个光标的类型.
|
| 构造器和说明 |
|---|
MapCursor(byte x,
byte y,
byte direction,
MapCursor.Type type,
boolean visible)
初始化地图光标.
|