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

public class IPEFabled extends IPartyLevelManager
  • Field Summary

    Fields inherited from class studio.magemonkey.divinity.modules.list.party.compat.level.IPartyLevelManager

    partyManager

    Fields inherited from class studio.magemonkey.codex.manager.IListener

    plugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    IPEFabled(Divinity plugin, PartyManager partyManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    giveExp(org.bukkit.entity.Player player, int amount)
     
    void
    onExpFabled(studio.magemonkey.fabled.api.event.PlayerExperienceGainEvent e)
     

    Methods inherited from class studio.magemonkey.divinity.modules.list.party.compat.level.IPartyLevelManager

    getBalancedExp, setup, shutdown

    Methods inherited from class studio.magemonkey.codex.manager.IListener

    registerListeners

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface studio.magemonkey.codex.manager.AbstractListener

    unregisterListeners
  • Constructor Details

  • 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:
      giveExp in class IPartyLevelManager