Class IPartyLevelManager
java.lang.Object
studio.magemonkey.codex.manager.IListener<Divinity>
studio.magemonkey.divinity.modules.list.party.compat.level.IPartyLevelManager
- All Implemented Interfaces:
org.bukkit.event.Listener,studio.magemonkey.codex.manager.AbstractListener
- Direct Known Subclasses:
IPEFabled,IPEInternal
public abstract class IPartyLevelManager
extends studio.magemonkey.codex.manager.IListener<Divinity>
-
Field Summary
FieldsFields inherited from class studio.magemonkey.codex.manager.IListener
plugin -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final intgetBalancedExp(org.bukkit.entity.Player player, int amount) abstract voidgiveExp(org.bukkit.entity.Player player, int amount) voidsetup()voidshutdown()Methods 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
-
Field Details
-
partyManager
-
-
Constructor Details
-
IPartyLevelManager
-
-
Method Details
-
setup
public void setup() -
shutdown
public void shutdown() -
getBalancedExp
protected final int getBalancedExp(@NotNull org.bukkit.entity.Player player, int amount) -
giveExp
public abstract void giveExp(@NotNull org.bukkit.entity.Player player, int amount)
-