Package com.soulfiremc.server.script.nodes.flow
@NullMarked
package com.soulfiremc.server.script.nodes.flow
Flow control nodes for branching, looping, and controlling script execution.
-
ClassesClassDescriptionFlow control node that branches execution based on a condition.Flow control node that rate-limits execution by enforcing a cooldown period.Flow control node that iterates over a list of bots.Flow control node that iterates over a collection.Flow control node that conditionally passes through execution.Flow control node that repeats execution a specified number of times.Flow control node that limits execution rate using a token bucket algorithm.Flow control node that executes multiple branches in sequence.Flow control node that performs a multi-way branch based on a value.