public class ForcedChunkState extends PersistentState
Modifier and Type | Field and Description |
---|---|
private it.unimi.dsi.fastutil.longs.LongSet |
chunks |
Constructor and Description |
---|
ForcedChunkState() |
Modifier and Type | Method and Description |
---|---|
void |
fromTag(CompoundTag tag) |
it.unimi.dsi.fastutil.longs.LongSet |
getChunks() |
CompoundTag |
toTag(CompoundTag tag) |
public void fromTag(CompoundTag tag)
fromTag
in class PersistentState
public CompoundTag toTag(CompoundTag tag)
toTag
in class PersistentState
public it.unimi.dsi.fastutil.longs.LongSet getChunks()