Class ExprServerStatusOfRequest
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<String>
ch.njol.skript.expressions.base.PropertyExpression<StoreRequest,String>
ch.njol.skript.expressions.base.SimplePropertyExpression<StoreRequest,String>
dk.minepay.server.bukkit.hooks.skript.expressions.requests.ExprServerStatusOfRequest
- All Implemented Interfaces:
ch.njol.skript.classes.Converter<StoreRequest,,String> ch.njol.skript.lang.Debuggable,ch.njol.skript.lang.Expression<String>,ch.njol.skript.lang.SyntaxElement
public class ExprServerStatusOfRequest
extends ch.njol.skript.expressions.base.SimplePropertyExpression<StoreRequest,String>
Server status of request expression.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.njol.skript.classes.Converter
ch.njol.skript.classes.Converter.ConverterInfo<F,T>, ch.njol.skript.classes.Converter.ConverterUtils -
Field Summary
Fields inherited from interface ch.njol.skript.classes.Converter
NO_CHAINING, NO_COMMAND_ARGUMENTS, NO_LEFT_CHAINING, NO_RIGHT_CHAINING -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new server status of request expression. -
Method Summary
Methods inherited from class ch.njol.skript.expressions.base.SimplePropertyExpression
get, init, toStringMethods inherited from class ch.njol.skript.expressions.base.PropertyExpression
get, get, getAll, getAnd, getExpr, isSingle, register, registerDefault, setExpr, simplifyMethods inherited from class ch.njol.skript.lang.util.SimpleExpression
acceptChange, change, check, check, check, getArray, getConvertedExpr, getConvertedExpression, getSingle, getSource, getTime, isDefault, isLoopOf, iterator, setTime, setTime, setTime, setTime, setTime, 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
-
ExprServerStatusOfRequest
public ExprServerStatusOfRequest()Creates a new server status of request expression.
-
-
Method Details
-
convert
- Specified by:
convertin interfacech.njol.skript.classes.Converter<StoreRequest,String> - Specified by:
convertin classch.njol.skript.expressions.base.SimplePropertyExpression<StoreRequest,String>
-
getPropertyName
- Specified by:
getPropertyNamein classch.njol.skript.expressions.base.SimplePropertyExpression<StoreRequest,String>
-
getReturnType
-