Class EvtStoreRequestCancelOnline

java.lang.Object
org.skriptlang.skript.lang.structure.Structure
ch.njol.skript.lang.SkriptEvent
dk.minepay.server.bukkit.hooks.skript.events.EvtStoreRequestCancelOnline
All Implemented Interfaces:
ch.njol.skript.lang.Debuggable, ch.njol.skript.lang.SyntaxElement

public class EvtStoreRequestCancelOnline extends ch.njol.skript.lang.SkriptEvent
The type Evt store request cancel online.
  • Nested Class Summary

    Nested classes/interfaces inherited from class ch.njol.skript.lang.SkriptEvent

    ch.njol.skript.lang.SkriptEvent.ListeningBehavior

    Nested classes/interfaces inherited from class org.skriptlang.skript.lang.structure.Structure

    org.skriptlang.skript.lang.structure.Structure.Priority, org.skriptlang.skript.lang.structure.Structure.StructureData
  • Field Summary

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

    eventPriority, listeningBehavior, PRIORITY, supportsListeningBehavior, trigger

    Fields inherited from class org.skriptlang.skript.lang.structure.Structure

    DEFAULT_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new Evt store request cancel online.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    check(org.bukkit.event.Event event)
     
    boolean
    init(ch.njol.skript.lang.Literal<?>[] args, int matchedPattern, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
     
    toString(org.bukkit.event.Event event, boolean b)
     

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

    canExecuteAsynchronously, fixPattern, getEventClasses, getEventPriority, getListeningBehavior, getPriority, init, isEventPrioritySupported, isListeningBehaviorSupported, load, parse, postLoad, postUnload, preLoad, shouldLoadEvent, unload

    Methods inherited from class org.skriptlang.skript.lang.structure.Structure

    getEntryContainer, init, parse, parse, toString

    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

    • EvtStoreRequestCancelOnline

      public EvtStoreRequestCancelOnline()
      Instantiates a new Evt store request cancel online.
  • Method Details

    • init

      public boolean init(ch.njol.skript.lang.Literal<?>[] args, int matchedPattern, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
      Specified by:
      init in class ch.njol.skript.lang.SkriptEvent
    • check

      public boolean check(org.bukkit.event.Event event)
      Specified by:
      check in class ch.njol.skript.lang.SkriptEvent
    • toString

      public String toString(org.bukkit.event.Event event, boolean b)