| Package | Description |
|---|---|
| com.almasb.fxgl.ai.btree | |
| com.almasb.fxgl.ai.btree.utils | |
| com.almasb.fxgl.service |
| Modifier and Type | Field and Description |
|---|---|
protected BehaviorTree<E> |
Task.tree
The behavior tree this task belongs to.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectMap<String,BehaviorTree<?>> |
BehaviorTreeLibrary.repository |
| Modifier and Type | Method and Description |
|---|---|
<T> BehaviorTree<T> |
BehaviorTreeLibraryManager.createBehaviorTree(String treeReference)
Creates the
BehaviorTree for the specified reference. |
<T> BehaviorTree<T> |
BehaviorTreeLibrary.createBehaviorTree(String treeReference)
Creates the
BehaviorTree for the specified reference. |
<T> BehaviorTree<T> |
BehaviorTreeLibraryManager.createBehaviorTree(String treeReference,
T blackboard)
Creates the
BehaviorTree for the specified reference and blackboard object. |
<T> BehaviorTree<T> |
BehaviorTreeLibrary.createBehaviorTree(String treeReference,
T blackboard)
Creates the
BehaviorTree for the specified reference and blackboard object. |
protected BehaviorTree<E> |
BehaviorTreeParser.createBehaviorTree(Task<E> root,
E object) |
BehaviorTree<E> |
BehaviorTreeParser.parse(InputStream input,
E object)
Parses the given input stream.
|
BehaviorTree<E> |
BehaviorTreeParser.parse(Reader reader,
E object)
Parses the given reader.
|
BehaviorTree<E> |
BehaviorTreeParser.parse(String string,
E object)
Parses the given string.
|
protected BehaviorTree<?> |
BehaviorTreeLibrary.retrieveArchetypeTree(String treeReference)
Retrieves the archetype tree from the library.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BehaviorTreeLibrary.registerArchetypeTree(String treeReference,
BehaviorTree<?> archetypeTree)
Registers the
BehaviorTree archetypeTree with the specified reference. |
| Modifier and Type | Method and Description |
|---|---|
<T> BehaviorTree<T> |
AssetLoader.loadBehaviorTree(String name)
Loads a behavior tree from /assets/ai/.
|
Copyright © 2017. All rights reserved.