| Package | Description |
|---|---|
| com.almasb.fxgl.ai.btree.leaf |
| Modifier and Type | Class and Description |
|---|---|
class |
Failure<E>
Failure is a leaf that immediately fails. |
class |
Success<E>
Success is a leaf that immediately succeeds. |
class |
Wait<E>
Wait is a leaf that keeps running for the specified amount of time then succeeds. |
Copyright © 2017. All rights reserved.