public class InteractionEvent extends Event
AbstractEntityPlayer interacts with a tile in the world
| Modifier and Type | Field and Description |
|---|---|
TileLayer |
layer |
AbstractEntityPlayer |
player |
int |
x |
int |
y |
| Constructor and Description |
|---|
InteractionEvent(AbstractEntityPlayer player,
TileLayer layer,
int x,
int y) |
public final AbstractEntityPlayer player
public TileLayer layer
public int x
public int y
public InteractionEvent(AbstractEntityPlayer player, TileLayer layer, int x, int y)