public class IsSaveable extends java.lang.Object implements StateCondition
StateConditions 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)
StateConditiontest in interface java.util.function.Predicate<State>test in interface StateConditionstate - The state.