public class MapContainer extends Object
| Constructor and Description |
|---|
MapContainer(Object source) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkChanged()
Check for modifications to the current map.
|
boolean |
hasChanged()
Determine if the map has changed.
|
void |
setChanged(boolean changed)
Mark the map as changed or unchanged.
|
public MapContainer(Object source)
public boolean hasChanged()
public void setChanged(boolean changed)
changed - - TRUE if the map has changed, FALSE otherwise.protected void checkChanged()
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.