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

    Constructors
    Constructor
    Description
    Creates a new server status of request expression.
  • Method Summary

    Modifier and Type
    Method
    Description
     
    protected String
     
    Class<? extends String>
     

    Methods inherited from class ch.njol.skript.expressions.base.SimplePropertyExpression

    get, init, toString

    Methods inherited from class ch.njol.skript.expressions.base.PropertyExpression

    get, get, getAll, getAnd, getExpr, isSingle, register, registerDefault, setExpr, simplify

    Methods 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, toString

    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.Expression

    beforeChange, canBeSingle, canReturn, changeInPlace, changeInPlace, getAcceptedChangeModes, getOptionalSingle, possibleReturnTypes, stream

    Methods 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

      public String convert(StoreRequest request)
      Specified by:
      convert in interface ch.njol.skript.classes.Converter<StoreRequest,String>
      Specified by:
      convert in class ch.njol.skript.expressions.base.SimplePropertyExpression<StoreRequest,String>
    • getPropertyName

      protected String getPropertyName()
      Specified by:
      getPropertyName in class ch.njol.skript.expressions.base.SimplePropertyExpression<StoreRequest,String>
    • getReturnType

      public Class<? extends String> getReturnType()