Package ch.njol.skript.lang.function
@NonNullByDefault({PARAMETER,RETURN_TYPE,FIELD})
package ch.njol.skript.lang.function
-
Class SummaryClassDescriptionFunction<T>Functions can be called using arguments.Reference to a Skript function.Static methods to work with functions.JavaFunction<T>Contains a set of functions.Key to a namespace.Parameter<T>Signature<T>Function signature: name, parameter types and a return type.A
JavaFunctionwhich doesn't make use of theFunctionEventinstance and that cannot accept empty /nullparameters. -
Enum Class Summary