| Package | Description |
|---|---|
| com.almasb.fxgl.ai.btree.decorator | |
| com.almasb.fxgl.ai.btree.utils | |
| com.almasb.fxgl.ai.utils.random |
| Modifier and Type | Field and Description |
|---|---|
IntegerDistribution |
Repeat.times
Optional task attribute specifying the integer distribution that determines how many times the wrapped task must be
repeated.
|
| Constructor and Description |
|---|
Repeat(IntegerDistribution times,
Task<E> child)
Creates a repeat decorator that executes the given task the number of times (possibly infinite) determined by the given
distribution.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DistributionAdapters.IntegerAdapter<D extends IntegerDistribution> |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantIntegerDistribution |
class |
TriangularIntegerDistribution |
class |
UniformIntegerDistribution |
Copyright © 2017. All rights reserved.