Class IPEFabled
java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.divinity.modules.list.party.compat.level.IPartyLevelManager
studio.magemonkey.divinity.modules.list.party.compat.level.IPEFabled
- All Implemented Interfaces:
org.bukkit.event.Listener,studio.magemonkey.codex.manager.AbstractListener
-
Field Summary
Fields inherited from class studio.magemonkey.divinity.modules.list.party.compat.level.IPartyLevelManager
partyManagerFields inherited from class studio.magemonkey.codex.manager.IListener
plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgiveExp(org.bukkit.entity.Player player, int amount) voidonExpFabled(studio.magemonkey.fabled.api.event.PlayerExperienceGainEvent e) Methods inherited from class studio.magemonkey.divinity.modules.list.party.compat.level.IPartyLevelManager
getBalancedExp, setup, shutdownMethods inherited from class studio.magemonkey.codex.manager.IListener
registerListenersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface studio.magemonkey.codex.manager.AbstractListener
unregisterListeners
-
Constructor Details
-
IPEFabled
-
-
Method Details
-
onExpFabled
public void onExpFabled(studio.magemonkey.fabled.api.event.PlayerExperienceGainEvent e) -
giveExp
public void giveExp(@NotNull org.bukkit.entity.Player player, int amount) - Specified by:
giveExpin classIPartyLevelManager
-