public class PlayerMapCreateMarkerEvent extends PlayerEvent
Constructor and Description |
---|
PlayerMapCreateMarkerEvent(Player player,
int markerID,
short markerTypeID,
int markerColor,
float worldpositionx,
float worldpositionz) |
Modifier and Type | Method and Description |
---|---|
int |
getMarkerColor()
Gets the color of the marker as an int RGBA color code.
|
MapMarker |
getMarkerType()
AS OF VERSION 0.8.2.2, THIS FUNCTION DOES NOT WORK YET
|
short |
getMarkerTypeID()
Gets the marker type (icon).
|
float |
getWorldPositionX()
Gets the world position (x) of the map marker.
|
float |
getWorldPositionZ()
Gets the world position (z) of the map marker.
|
getPlayer
public PlayerMapCreateMarkerEvent(Player player, int markerID, short markerTypeID, int markerColor, float worldpositionx, float worldpositionz)
public MapMarker getMarkerType()
public short getMarkerTypeID()
public int getMarkerColor()
public float getWorldPositionX()
public float getWorldPositionZ()