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

public class Notify extends BehaviorProvider
  • Constructor Details

    • Notify

      public Notify()
  • 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.