Package | Description |
---|---|
org.bukkit.map |
Classes to facilitate plugin handling of
map displays. |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
Magic value
|
MapCursor |
MapCursorCollection.addCursor(int x,
int y,
byte direction,
byte type,
boolean visible)
Deprecated.
Magic value
|
MapCursor |
MapCursorCollection.addCursor(MapCursor cursor)
Add a cursor to the collection.
|
MapCursor |
MapCursorCollection.getCursor(int index)
Get a cursor from this collection.
|
Modifier and Type | Method and Description |
---|---|
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.