| Package | Description |
|---|---|
| com.almasb.fxgl.ai.btree.decorator |
| Modifier and Type | Class and Description |
|---|---|
class |
Repeat<E>
A
Repeat decorator will repeat the wrapped task a certain number of times, possibly infinite. |
class |
UntilFail<E>
The
UntilFail decorator will repeat the wrapped task until that task fails, which makes the decorator succeed. |
class |
UntilSuccess<E>
The
UntilSuccess decorator will repeat the wrapped task until that task succeeds, which makes the decorator succeed. |
Copyright © 2017. All rights reserved.