public final class AddBreakProgressEvent extends Event
AbstractEntityPlayer is in the
process of breaking a tile. Note that this event is only fired on the client.
Changing any of the non-final variables will result in the progress being
modified. This event cannot be cancelled.| Modifier and Type | Field | Description |
|---|---|---|
TileLayer |
layer |
|
AbstractEntityPlayer |
player |
|
float |
progressAdded |
|
float |
totalProgress |
|
int |
x |
|
int |
y |
| Constructor | Description |
|---|---|
AddBreakProgressEvent(AbstractEntityPlayer player,
TileLayer layer,
int x,
int y,
float totalProgress,
float progressAdded) |
public final AbstractEntityPlayer player
public final TileLayer layer
public final int x
public final int y
public float totalProgress
public float progressAdded
public AddBreakProgressEvent(AbstractEntityPlayer player, TileLayer layer, int x, int y, float totalProgress, float progressAdded)