Uses of Class
net.minecraft.world.ForcedChunksSaveData
-
Uses of ForcedChunksSaveData in net.minecraftforge.common.world
Modifier and TypeFieldDescriptionprivate final ForcedChunksSaveData
ForgeChunkManager.TicketHelper.saveData
Modifier and TypeMethodDescriptionstatic void
ForgeChunkManager.reinstatePersistentChunks
(ServerWorld world, ForcedChunksSaveData saveData) Reinstates forge's forced chunks when vanilla initially loads a world and reinstates their forced chunks.Modifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
booleanForgeChunkManager.forceChunk
(ServerWorld world, String modId, T owner, int chunkX, int chunkZ, boolean add, boolean ticking, TicketType<ForgeChunkManager.TicketOwner<T>> type, Function<ForcedChunksSaveData, ForgeChunkManager.TicketTracker<T>> ticketGetter) Forces a chunk to be loaded for the given mod with the given "owner".ModifierConstructorDescriptionprivate
TicketHelper
(ForcedChunksSaveData saveData, String modId, Map<BlockPos, com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet, it.unimi.dsi.fastutil.longs.LongSet>> blockTickets, Map<UUID, com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet, it.unimi.dsi.fastutil.longs.LongSet>> entityTickets)