Class PlayerExpChangeEvent

java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerExpChangeEvent

public class PlayerExpChangeEvent
extends PlayerEvent
Called when a players experience changes naturally
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.bukkit.event.Event

    Event.Result
  • Field Summary

    Fields inherited from class org.bukkit.event.player.PlayerEvent

    player
  • Constructor Summary

    Constructors 
    Constructor Description
    PlayerExpChangeEvent​(Player player, int expAmount)  
  • Method Summary

    Modifier and Type Method Description
    int getAmount()
    Get the amount of experience the player will receive
    static HandlerList getHandlerList()  
    HandlerList getHandlers()  
    void setAmount​(int amount)
    Set the amount of experience the player will receive

    Methods inherited from class org.bukkit.event.player.PlayerEvent

    getPlayer

    Methods inherited from class org.bukkit.event.Event

    getEventName, isAsynchronous

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getAmount

      public int getAmount()
      Get the amount of experience the player will receive
      Returns:
      The amount of experience
    • setAmount

      public void setAmount​(int amount)
      Set the amount of experience the player will receive
      Parameters:
      amount - The amount of experience to set
    • getHandlers

      public HandlerList getHandlers()
      Specified by:
      getHandlers in class Event
    • getHandlerList

      public static HandlerList getHandlerList()