| Modifier and Type | Method and Description |
|---|---|
void |
RegionDifference.addAll(RegionDifference diff) |
| Modifier and Type | Method and Description |
|---|---|
RegionDifference |
HashMapIndex.getAndClearDifference() |
RegionDifference |
RegionIndex.getAndClearDifference()
Get the list of changed or removed regions since last call and
clear those lists.
|
RegionDifference |
ChunkHashTable.getAndClearDifference() |
| Modifier and Type | Method and Description |
|---|---|
void |
HashMapIndex.setDirty(RegionDifference difference) |
void |
RegionIndex.setDirty(RegionDifference difference)
Set the index to be dirty using the given difference.
|
void |
ChunkHashTable.setDirty(RegionDifference difference) |
| Modifier and Type | Method and Description |
|---|---|
void |
MemoryRegionDatabase.saveChanges(RegionDifference difference) |
void |
RegionDatabase.saveChanges(RegionDifference difference)
Perform a partial save that only commits changes, rather than the
entire region index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YamlRegionFile.saveChanges(RegionDifference difference) |
Copyright © 2015. All Rights Reserved.