public class IsSaveable extends java.lang.Object implements StateCondition
StateCondition
s that is always
true.
Should this throw an IllegalStateException if the condition is DESTROYED?
BaseStateChanger
Constructor and Description |
---|
IsSaveable() |
Modifier and Type | Method and Description |
---|---|
boolean |
test(State state)
Tests the condition of the state.
|
public boolean test(State state)
StateCondition
test
in interface java.util.function.Predicate<State>
test
in interface StateCondition
state
- The state.