Class FunctionReferenceParser.EmptyExpression

java.lang.Object
ch.njol.skript.lang.util.SimpleLiteral<Integer>
org.skriptlang.skript.common.function.FunctionReferenceParser.EmptyExpression
All Implemented Interfaces:
Debuggable, DefaultExpression<Integer>, Expression<Integer>, Literal<Integer>, Loopable<Integer>, Simplifiable<Expression<? extends Integer>>, SyntaxElement
Enclosing class:
FunctionReferenceParser

public static class FunctionReferenceParser.EmptyExpression extends SimpleLiteral<Integer>
Represents an empty value used to make DefaultFunction calling work correctly.
  • Constructor Details

    • EmptyExpression

      public EmptyExpression()