public class StatisticNotifyEvent extends Event
Statistic is being notified to update via
IStatistics.notify(IResourceName). Cancelling the event will make the
statistic not be notified.| Modifier and Type | Field | Description |
|---|---|---|
AbstractEntityPlayer |
player |
|
Statistic |
statistic |
|
IStatistics |
statistics |
| Constructor | Description |
|---|---|
StatisticNotifyEvent(AbstractEntityPlayer player,
IStatistics statistics,
Statistic statistic) |
public final AbstractEntityPlayer player
public final IStatistics statistics
public Statistic statistic
public StatisticNotifyEvent(AbstractEntityPlayer player, IStatistics statistics, Statistic statistic)