public class PlayerExpChangeEvent extends PlayerEvent
Event.Result
player
Constructor and Description |
---|
PlayerExpChangeEvent(Player player,
Entity sourceEntity,
int expAmount) |
PlayerExpChangeEvent(Player player,
int expAmount) |
Modifier and Type | Method and Description |
---|---|
int |
getAmount()
Get the amount of experience the player will receive
|
static HandlerList |
getHandlerList() |
HandlerList |
getHandlers() |
Entity |
getSource()
Get the source that provided the experience.
|
void |
setAmount(int amount)
Set the amount of experience the player will receive
|
getPlayer
callEvent, getEventName, isAsynchronous
public PlayerExpChangeEvent(Player player, int expAmount)
@Nullable public Entity getSource()
public int getAmount()
public void setAmount(int amount)
amount
- The amount of experience to setpublic HandlerList getHandlers()
getHandlers
in class Event
public static HandlerList getHandlerList()
Copyright © 2021. All rights reserved.