public class PlayerStatisticIncrementEvent extends PlayerEvent implements Cancellable
This event is not called for some high frequency statistics, e.g. movement based statistics.
Event.Result| Modifier and Type | Field and Description |
|---|---|
protected Statistic |
statistic |
player| Constructor and Description |
|---|
PlayerStatisticIncrementEvent(Player player,
Statistic statistic,
int initialValue,
int newValue) |
PlayerStatisticIncrementEvent(Player player,
Statistic statistic,
int initialValue,
int newValue,
EntityType entityType) |
PlayerStatisticIncrementEvent(Player player,
Statistic statistic,
int initialValue,
int newValue,
Material material) |
| Modifier and Type | Method and Description |
|---|---|
EntityType |
getEntityType()
Gets the EntityType if
getStatistic() is an
entity statistic otherwise returns null. |
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Material |
getMaterial()
Gets the Material if
getStatistic() is a block
or item statistic otherwise returns null. |
int |
getNewValue()
Gets the new value of the statistic.
|
int |
getPreviousValue()
Gets the previous value of the statistic.
|
Statistic |
getStatistic()
Gets the statistic that is being incremented.
|
boolean |
isCancelled()
Gets the cancellation state of this event.
|
void |
setCancelled(boolean cancel)
Sets the cancellation state of this event.
|
getPlayergetEventName, isAsynchronousprotected final Statistic statistic
public PlayerStatisticIncrementEvent(@NotNull
Player player,
@NotNull
Statistic statistic,
int initialValue,
int newValue)
public PlayerStatisticIncrementEvent(@NotNull
Player player,
@NotNull
Statistic statistic,
int initialValue,
int newValue,
@NotNull
EntityType entityType)
@NotNull public Statistic getStatistic()
public int getPreviousValue()
public int getNewValue()
@Nullable public EntityType getEntityType()
getStatistic() is an
entity statistic otherwise returns null.@Nullable public Material getMaterial()
getStatistic() is a block
or item statistic otherwise returns null.public boolean isCancelled()
CancellableisCancelled in interface Cancellablepublic void setCancelled(boolean cancel)
CancellablesetCancelled in interface Cancellablecancel - true if you wish to cancel this event@NotNull public HandlerList getHandlers()
getHandlers in class Event@NotNull public static HandlerList getHandlerList()
Copyright © 2022. All rights reserved.