| Package | Description |
|---|---|
| com.sk89q.worldguard.util.task | |
| com.sk89q.worldguard.util.task.progress |
| Modifier and Type | Method and Description |
|---|---|
Progress |
FutureForwardingTask.getProgress() |
| Modifier and Type | Method and Description |
|---|---|
static Progress |
Progress.completed()
Get a static progress object that is complete.
|
Progress |
ProgressIterator.getProgress() |
Progress |
ProgressObservable.getProgress()
Get the current percentage of completion.
|
static Progress |
Progress.indeterminate()
Get a static progress object that is indeterminate.
|
static Progress |
Progress.of(double value)
Create a new progress object with the given percentage.
|
static Progress |
Progress.split(Collection<Progress> progress)
Create a new progress object with progress split equally between the
given progress objects.
|
static Progress |
Progress.split(Progress... objects)
Create a new progress object with progress split equally between the
given progress objects.
|
static Progress |
Progress.splitObservables(Collection<? extends ProgressObservable> observables)
Create a new progress object with progress split equally between the
given
ProgressObservables. |
static Progress |
Progress.splitObservables(ProgressObservable... observables)
Create a new progress object with progress split equally between the
given
ProgressObservables. |
| Modifier and Type | Method and Description |
|---|---|
static Progress |
Progress.split(Progress... objects)
Create a new progress object with progress split equally between the
given progress objects.
|
| Modifier and Type | Method and Description |
|---|---|
static Progress |
Progress.split(Collection<Progress> progress)
Create a new progress object with progress split equally between the
given progress objects.
|
Copyright © 2015. All Rights Reserved.