java.lang.Object
ch.njol.skript.lang.TriggerItem
ch.njol.skript.lang.Statement
ch.njol.skript.lang.Effect
nl.mtvehicles.core.infrastructure.dependencies.skript.effects.EffEditLicense
All Implemented Interfaces:
ch.njol.skript.lang.Debuggable, ch.njol.skript.lang.SyntaxElement

@Deprecated public class EffEditLicense extends ch.njol.skript.lang.Effect
Deprecated.
  • Field Summary

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

    parent
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

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

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

    getSyntaxTypeName, parse, run

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

    parse, parse

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

    debug, executionIntent, getActualNext, 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

    • EffEditLicense

      public EffEditLicense()
      Deprecated.
  • Method Details

    • init

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

      public String toString(@Nullable @Nullable org.bukkit.event.Event event, boolean debug)
      Deprecated.
    • execute

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