Class EffCancelRequest

java.lang.Object
ch.njol.skript.lang.TriggerItem
ch.njol.skript.lang.Statement
ch.njol.skript.lang.Effect
dk.minepay.server.bukkit.hooks.skript.effects.EffCancelRequest
All Implemented Interfaces:
ch.njol.skript.lang.Debuggable, ch.njol.skript.lang.SyntaxElement

public class EffCancelRequest extends ch.njol.skript.lang.Effect
The type Eff cancel request.
  • Field Summary

    Fields inherited from class ch.njol.skript.lang.TriggerItem

    parent
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new Eff cancel request.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    execute(org.bukkit.event.Event event)
     
    boolean
    init(ch.njol.skript.lang.Expression<?>[] expressions, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
     
    toString(org.bukkit.event.Event event, boolean debug)
     

    Methods inherited from class ch.njol.skript.lang.Effect

    parse, run

    Methods inherited from class ch.njol.skript.lang.Statement

    parse

    Methods inherited from class ch.njol.skript.lang.TriggerItem

    debug, getIndentation, getNext, getParent, getTrigger, setNext, setParent, toString, walk, walk

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface ch.njol.skript.lang.SyntaxElement

    getParser
  • Constructor Details

    • EffCancelRequest

      public EffCancelRequest()
      Instantiates a new Eff cancel request.
  • Method Details

    • execute

      protected void execute(org.bukkit.event.Event event)
      Specified by:
      execute in class ch.njol.skript.lang.Effect
    • toString

      public String toString(org.bukkit.event.Event event, boolean debug)
    • init

      public boolean init(ch.njol.skript.lang.Expression<?>[] expressions, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)