Class EffBlockBraking
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.EffBlockBraking
- All Implemented Interfaces:
ch.njol.skript.lang.Debuggable
,ch.njol.skript.lang.SyntaxElement
@Name("Block/Unblock braking for an MTV vehicle")
@Description("Block or unblock braking for an MTV vehicle")
@Examples({"block vehicle breaking of mtv vehicle {_car}","block mtv vehicle breaking of license \"MT-12-34\"","unblock mtv vehicle breaking of vehicle {_car}","unblock vehicle breaking of license plate \"MT-12-34\""})
@Since("2.5.6")
public class EffBlockBraking
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 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 parser) toString
(@Nullable org.bukkit.event.Event event, boolean debug) 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
-
EffBlockBraking
public EffBlockBraking()
-
-
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:
execute
in classch.njol.skript.lang.Effect
-