Package io.github.syst3ms.skriptparser.lang.lambda
@ParametersAreNonnullByDefault
package io.github.syst3ms.skriptparser.lang.lambda
-
ClassesClassDescriptionA
CodeSectionthat can hold information about arguments.AnArgumentSectionthat can hold information about valued returned by the code inside it (typically throughEffReturn).SectionValue<S extends ArgumentSection, T>An expression that is tied to a givenArgumentSection, and acts as a way to retrieve the arguments passed through anExpression.