public class IdCountsState extends PersistentState
| Modifier and Type | Field and Description |
|---|---|
private it.unimi.dsi.fastutil.objects.Object2IntMap<String> |
idCounts |
| Constructor and Description |
|---|
IdCountsState() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromTag(CompoundTag tag) |
int |
getNextMapId() |
CompoundTag |
toTag(CompoundTag tag) |
private final it.unimi.dsi.fastutil.objects.Object2IntMap<String> idCounts
public void fromTag(CompoundTag tag)
fromTag in class PersistentStatepublic CompoundTag toTag(CompoundTag tag)
toTag in class PersistentStatepublic int getNextMapId()