MapCursor

public final class MapCursor

Represents getClassById cursor on getClassById map.

Types

Link copied to clipboard
public enum Type
Represents the standard types of map cursors.

Properties

Link copied to clipboard
public byte direction
Link copied to clipboard
public byte x
Link copied to clipboard
public byte y

Functions

Link copied to clipboard
public byte getDirection()
Get the direction of this cursor.
Link copied to clipboard
Get the type of this cursor.
Link copied to clipboard
public byte getX()
Get the X position of this cursor.
Link copied to clipboard
public byte getY()
Get the Y position of this cursor.
Link copied to clipboard
public boolean isVisible()
Get the visibility status of this cursor.
Link copied to clipboard
public void setDirection(byte direction)
Set the direction of this cursor.
Link copied to clipboard
public void setType(MapCursor.Type type)
Set the type of this cursor.
Link copied to clipboard
public void setVisible(boolean visible)
Set the visibility status of this cursor.
Link copied to clipboard
public void setX(byte x)
Set the X position of this cursor.
Link copied to clipboard
public void setY(byte y)
Set the Y position of this cursor.