toggle menu
gekkit
0.1.0
jvm
switch theme
search in API
gekkit
/
org.bukkit.map
/
MapCursor
Map
Cursor
public
final
class
MapCursor
Represents getClassById cursor on getClassById map.
Members
Types
Type
Link copied to clipboard
public
enum
Type
Represents the standard types of map cursors.
Properties
direction
Link copied to clipboard
public
byte
direction
x
Link copied to clipboard
public
byte
x
y
Link copied to clipboard
public
byte
y
Functions
get
Direction
Link copied to clipboard
public
byte
getDirection
(
)
Get the direction of this cursor.
get
Type
Link copied to clipboard
public
MapCursor.Type
getType
(
)
Get the type of this cursor.
get
X
Link copied to clipboard
public
byte
getX
(
)
Get the X position of this cursor.
get
Y
Link copied to clipboard
public
byte
getY
(
)
Get the Y position of this cursor.
is
Visible
Link copied to clipboard
public
boolean
isVisible
(
)
Get the visibility status of this cursor.
set
Direction
Link copied to clipboard
public
void
setDirection
(
byte direction
)
Set the direction of this cursor.
set
Type
Link copied to clipboard
public
void
setType
(
MapCursor.Type
type
)
Set the type of this cursor.
set
Visible
Link copied to clipboard
public
void
setVisible
(
boolean visible
)
Set the visibility status of this cursor.
set
X
Link copied to clipboard
public
void
setX
(
byte x
)
Set the X position of this cursor.
set
Y
Link copied to clipboard
public
void
setY
(
byte y
)
Set the Y position of this cursor.