Class ExpressionInfo<C,T>
java.lang.Object
io.github.syst3ms.skriptparser.registration.SyntaxInfo<C>
io.github.syst3ms.skriptparser.registration.ExpressionInfo<C,T>
- Type Parameters:
C- theExpressionclassT- the return type of theExpression
A class containing info about an
Expression syntax-
Field Summary
Fields inherited from class SyntaxInfo
data -
Constructor Summary
ConstructorsConstructorDescriptionExpressionInfo(SkriptAddon registerer, Class<C> c, Type<T> returnType, boolean isSingle, int priority, List<PatternElement> patterns, Documentation documentation) ExpressionInfo(SkriptAddon registerer, Class<C> c, Type<T> returnType, boolean isSingle, int priority, List<PatternElement> patterns, Documentation documentation, Map<String, Object> data) -
Method Summary
Methods inherited from class SyntaxInfo
getData, getDocumentation, getPatterns, getPriority, getRegisterer, getSyntaxClass
-
Constructor Details
-
ExpressionInfo
public ExpressionInfo(SkriptAddon registerer, Class<C> c, Type<T> returnType, boolean isSingle, int priority, List<PatternElement> patterns, Documentation documentation) -
ExpressionInfo
public ExpressionInfo(SkriptAddon registerer, Class<C> c, Type<T> returnType, boolean isSingle, int priority, List<PatternElement> patterns, Documentation documentation, Map<String, Object> data)
-
-
Method Details
-
getReturnType
-