Class VaultEvent


  • public final class VaultEvent
    extends PlayerEvent
    Called after a PerkUser vaulted. (Jumped when the plugin allowed them to jump) Contains the Block that was jumped over, and whether the PerkUser was sprinting when they jumped. (a.k.a. fast vaulted)
    • Constructor Summary

      Constructors 
      Constructor Description
      VaultEvent​(PerkUser player, boolean fast, org.bukkit.block.Block block)  
    • Constructor Detail

      • VaultEvent

        public VaultEvent​(PerkUser player,
                          boolean fast,
                          org.bukkit.block.Block block)
    • Method Detail

      • isFast

        public boolean isFast()
      • getBlock

        public org.bukkit.block.Block getBlock()