Package net.minecraft.world
Class ForcedChunksSaveData
java.lang.Object
net.minecraft.world.storage.WorldSavedData
net.minecraft.world.ForcedChunksSaveData
- All Implemented Interfaces:
INBTSerializable<CompoundNBT>
-
Field Summary
Modifier and TypeFieldDescriptionprivate ForgeChunkManager.TicketTracker<BlockPos>
private it.unimi.dsi.fastutil.longs.LongSet
private ForgeChunkManager.TicketTracker<UUID>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionit.unimi.dsi.fastutil.longs.LongSet
void
load
(CompoundNBT p_76184_1_) save
(CompoundNBT p_189551_1_) Methods inherited from class net.minecraft.world.storage.WorldSavedData
deserializeNBT, getId, isDirty, save, serializeNBT, setDirty, setDirty
-
Field Details
-
chunks
private it.unimi.dsi.fastutil.longs.LongSet chunks -
blockForcedChunks
-
entityForcedChunks
-
-
Constructor Details
-
ForcedChunksSaveData
public ForcedChunksSaveData()
-
-
Method Details
-
load
- Specified by:
load
in classWorldSavedData
-
save
- Specified by:
save
in classWorldSavedData
-
getChunks
public it.unimi.dsi.fastutil.longs.LongSet getChunks() -
getBlockForcedChunks
-
getEntityForcedChunks
-