java.lang.Object
org.reprogle.honeypot.common.providers.BehaviorProvider
org.reprogle.honeypot.common.providers.included.Kick

public class Kick extends BehaviorProvider
  • Constructor Details

    • Kick

      public Kick()
  • Method Details

    • process

      public boolean process(org.bukkit.entity.Player p, org.bukkit.block.Block block)
      Description copied from class: BehaviorProvider
      A method to be executed when an action requires processing.
      Specified by:
      process in class BehaviorProvider
      Parameters:
      p - The Player who the behavior provider will process against
      block - The block object belonging to the Honeypot.
      Returns:
      Your behavior provider should return true if the processing is successful, otherwise return false.