java.lang.Object
org.reprogle.honeypot.providers.BehaviorProvider
org.reprogle.honeypot.providers.included.Ban

public class Ban extends BehaviorProvider
  • Constructor Details

    • Ban

      public Ban()
  • Method Details

    • process

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