Class EffMountVehicle
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.EffMountVehicle
- All Implemented Interfaces:
ch.njol.skript.lang.Debuggable,ch.njol.skript.lang.SyntaxElement,org.skriptlang.skript.log.runtime.RuntimeErrorProducer,org.skriptlang.skript.log.runtime.SyntaxRuntimeErrorProducer
@Name("Mount an MTV vehicle")
@Description("Make player mount (start driving) a vehicle")
@Examples("make player mount mtv vehicle {_car}")
public class EffMountVehicle
extends ch.njol.skript.lang.Effect
-
Field Summary
Fields inherited from class ch.njol.skript.lang.TriggerItem
parent -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(org.bukkit.event.Event event) booleaninit(ch.njol.skript.lang.Expression<?>[] expressions, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parser) toString(@Nullable org.bukkit.event.Event event, boolean debug) Methods inherited from class ch.njol.skript.lang.Effect
getNode, getSyntaxTypeName, parse, preInit, runMethods inherited from class ch.njol.skript.lang.Statement
parse, parseMethods inherited from class ch.njol.skript.lang.TriggerItem
debug, executionIntent, getActualNext, getIndentation, getNext, getParent, getTrigger, setNext, setParent, toString, walk, walkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.skriptlang.skript.log.runtime.RuntimeErrorProducer
error, error, getRuntimeErrorManager, warning, warningMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParserMethods inherited from interface org.skriptlang.skript.log.runtime.SyntaxRuntimeErrorProducer
getErrorSource
-
Constructor Details
-
EffMountVehicle
public EffMountVehicle()
-
-
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) -
toString
-
execute
protected void execute(org.bukkit.event.Event event) - Specified by:
executein classch.njol.skript.lang.Effect
-