public class PlayerGenerateMapTileEvent extends PlayerEvent
Constructor and Description |
---|
PlayerGenerateMapTileEvent(Player player,
int x,
int y,
boolean refresh) |
Modifier and Type | Method and Description |
---|---|
int |
getX()
Gets the x map tile coordinate (horizontal).
|
int |
getY()
Gets the y map tile coordinate (vertical).
|
boolean |
isNewTile()
Gets whether or not this is a new map tile (i.e. the player discovered that
tile for the first time).
|
getPlayer
public PlayerGenerateMapTileEvent(Player player, int x, int y, boolean refresh)
public int getX()
public int getY()
public boolean isNewTile()