Class EffRemoveStoredImage
java.lang.Object
ch.njol.skript.lang.TriggerItem
ch.njol.skript.lang.Statement
ch.njol.skript.lang.Effect
ch.njol.skript.util.AsyncEffect
dev.jensderuiter.minecraft_imagery.skript.addon.effect.EffRemoveStoredImage
- All Implemented Interfaces:
ch.njol.skript.lang.Debuggable,ch.njol.skript.lang.SyntaxElement
@Name("Remove an image")
@Description("Remove an image from storage using a stored image object.")
public class EffRemoveStoredImage
extends ch.njol.skript.util.AsyncEffect
-
Field Summary
Fields inherited from class ch.njol.skript.lang.TriggerItem
parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.njol.skript.util.AsyncEffect
walkMethods inherited from class ch.njol.skript.lang.Effect
parse, runMethods inherited from class ch.njol.skript.lang.TriggerItem
debug, getIndentation, getNext, getParent, getTrigger, setNext, setParent, toString, walkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
EffRemoveStoredImage
public EffRemoveStoredImage()
-
-
Method Details
-
init
public boolean init(ch.njol.skript.lang.Expression<?>[] e, int i, ch.njol.util.Kleenean kleenean, ch.njol.skript.lang.SkriptParser.ParseResult parseResult) -
toString
-
execute
protected void execute(org.bukkit.event.Event event) - Specified by:
executein classch.njol.skript.lang.Effect
-