Class PalletBrokeEvent


  • public final class PalletBrokeEvent
    extends PlayerEvent
    Called after the Killer broke a Pallet.
    • Constructor Summary

      Constructors 
      Constructor Description
      PalletBrokeEvent​(PerkUser player, org.bukkit.Location location)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.bukkit.Location getLocation()
      Gets the Location where the Pallet was.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PalletBrokeEvent

        public PalletBrokeEvent​(PerkUser player,
                                org.bukkit.Location location)
    • Method Detail

      • getLocation

        public org.bukkit.Location getLocation()
        Gets the Location where the Pallet was.
        Returns:
        The Location of the Pallet.