public interface IPartyGetExperienceEvent extends PartiesEvent
Modifier and Type | Interface and Description |
---|---|
static class |
IPartyGetExperienceEvent.ExpSource |
Modifier and Type | Method and Description |
---|---|
double |
getExperience()
Get the experience
|
@Nullable PartyPlayer |
getKiller()
Get the player who killed the mob
|
@NotNull Party |
getParty()
Get the party
|
@NotNull IPartyGetExperienceEvent.ExpSource |
getSource()
Get experience source
|
getApi, setApi
double getExperience()
@NotNull @NotNull IPartyGetExperienceEvent.ExpSource getSource()
IPartyGetExperienceEvent.ExpSource
@Nullable @Nullable PartyPlayer getKiller()
PartyPlayer
Copyright © 2023. All rights reserved.