Class ExprRequestWithId
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<StoreRequest>
dk.minepay.server.bukkit.hooks.skript.expressions.requests.ExprRequestWithId
- All Implemented Interfaces:
ch.njol.skript.lang.Debuggable,ch.njol.skript.lang.Expression<StoreRequest>,ch.njol.skript.lang.SyntaxElement
Request with ID expression.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StoreRequest[]get(org.bukkit.event.Event event) Class<? extends StoreRequest> booleaninit(ch.njol.skript.lang.Expression<?>[] expressions, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult) booleanisSingle()toString(org.bukkit.event.Event event, boolean debug) Methods inherited from class ch.njol.skript.lang.util.SimpleExpression
acceptChange, change, check, check, check, getAll, getAnd, getArray, getConvertedExpr, getConvertedExpression, getSingle, getSource, getTime, isDefault, isLoopOf, iterator, setTime, setTime, setTime, setTime, setTime, simplify, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.Expression
beforeChange, canBeSingle, canReturn, changeInPlace, changeInPlace, getAcceptedChangeModes, getOptionalSingle, possibleReturnTypes, streamMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
ExprRequestWithId
public ExprRequestWithId()Creates a new request with ID expression.
-
-
Method Details
-
get
- Specified by:
getin classch.njol.skript.lang.util.SimpleExpression<StoreRequest>
-
isSingle
public boolean isSingle() -
getReturnType
-
toString
-
init
public boolean init(ch.njol.skript.lang.Expression<?>[] expressions, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
-