Uses of Class
net.minecraft.world.level.ForcedChunksSavedData
-
Uses of ForcedChunksSavedData in net.minecraft.world.level
Modifier and TypeMethodDescriptionstatic ForcedChunksSavedData
ForcedChunksSavedData.load
(CompoundTag p_151484_) -
Uses of ForcedChunksSavedData in net.minecraftforge.common.world
Modifier and TypeFieldDescriptionprivate final ForcedChunksSavedData
ForgeChunkManager.TicketHelper.saveData
Modifier and TypeMethodDescriptionstatic void
ForgeChunkManager.reinstatePersistentChunks
(ServerLevel level, ForcedChunksSavedData saveData) Reinstates forge's forced chunks when vanilla initially loads a level and reinstates their forced chunks.Modifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
booleanForgeChunkManager.forceChunk
(ServerLevel level, String modId, T owner, int chunkX, int chunkZ, boolean add, boolean ticking, TicketType<ForgeChunkManager.TicketOwner<T>> type, Function<ForcedChunksSavedData, ForgeChunkManager.TicketTracker<T>> ticketGetter) Forces a chunk to be loaded for the given mod with the given "owner".ModifierConstructorDescriptionprivate
TicketHelper
(ForcedChunksSavedData 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)