Package io.github.syst3ms.skriptparser.sections
@ParametersAreNonnullByDefault
package io.github.syst3ms.skriptparser.sections
-
ClassDescriptionExecutes the code in the section asynchronously, meaning in another thread.This section is written underneath the
switchsection to match the given expression.A condition that randomly succeeds or fails, given the chance for it to do succeed.This is the general control flow section which evaluates conditions and executes code if they succeed.This section filters the given input values one by one, deciding whether to keep each argument or not by the returned boolean.This section maps the returned value(s) to the values of a given expression, one by one.This section iterates over all the values of the given expression, one by one.This section maps the returned value to the values of a given expression, one by one.Basic switch control statement.This section will keep executing the statements inside until the given condition does not hold anymore.