Package org.skriptlang.skript.common.function
package org.skriptlang.skript.common.function
-
ClassDescriptionA function that has been implemented in Java, instead of in Skript.Represents a builder for
DefaultFunctions.Function<T>Represents a function implementation.A class containing all arguments in a function call.Parsing for function structures.An argument.The type of argument.A class containing the methods to parse an expression to aFunctionReference.Represents an empty value used to make DefaultFunction calling work correctly.Parameter<T>Represents a function parameter.Represents a modifier that can be applied to a parameter when constructing one usingDefaultFunction.Builder.parameter(String, Class, Modifier[]).Parameter.Modifier.RangedModifier<T extends Comparable<T>>Modifier specifying valid range bounds for numeric parameters.Holding class for a parameters of a function.A parameter for aDefaultFunction.Signature<T>Represents a function signature.