public abstract class BaseContainer extends MadaraJNI
| Constructor and Description |
|---|
BaseContainer() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
modifyIfFalse(BaseContainer container)
Marks the container as modified if the container ends up being true
|
boolean |
modifyIfTrue(BaseContainer container)
Marks the container as modified if the container ends up being true
|
public boolean modifyIfTrue(BaseContainer container)
container - the container that might evaluate to truepublic boolean modifyIfFalse(BaseContainer container)
container - the container that might evaluate to true