Package org.skriptlang.skript.common.function
package org.skriptlang.skript.common.function
-
InterfacesClassDescriptionA 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.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[])
}.Signature<T>Represents a function signature.