Package net.minecraft.world
Class ForcedChunkState
java.lang.Object
net.minecraft.world.PersistentState
net.minecraft.world.ForcedChunkState
public class ForcedChunkState extends PersistentState
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ForcedChunkState()
-
Method Summary
Modifier and Type Method Description void
fromTag(CompoundTag tag)
LongSet
getChunks()
CompoundTag
toTag(CompoundTag tag)
-
Field Details
-
chunks
-
-
Constructor Details
-
ForcedChunkState
public ForcedChunkState()
-
-
Method Details
-
fromTag
- Specified by:
fromTag
in classPersistentState
-
toTag
- Specified by:
toTag
in classPersistentState
-
getChunks
-