unseal
This commit is contained in:
parent
4a1e4c3269
commit
b11f1c5ced
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import net.minecraft.server.level.ServerLevel
|
||||||
* Once the stack of frames is empty, there are no more computations to run, so we're done.
|
* Once the stack of frames is empty, there are no more computations to run, so we're done.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
sealed interface ContinuationFrame {
|
interface ContinuationFrame {
|
||||||
/**
|
/**
|
||||||
* Step the evaluation forward once.
|
* Step the evaluation forward once.
|
||||||
* For Evaluate, this consumes one pattern; for ForEach this queues the next iteration of the outer loop.
|
* For Evaluate, this consumes one pattern; for ForEach this queues the next iteration of the outer loop.
|
||||||
|
|
Loading…
Reference in a new issue