Uses of Class
net.minecraft.world.ForcedChunksSaveData
Packages that use ForcedChunksSaveData
-
Uses of ForcedChunksSaveData in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world declared as ForcedChunksSaveDataModifier and TypeFieldDescriptionprivate final ForcedChunksSaveData
ForgeChunkManager.TicketHelper.saveData
Methods in net.minecraftforge.common.world with parameters of type ForcedChunksSaveDataModifier 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.Method parameters in net.minecraftforge.common.world with type arguments of type ForcedChunksSaveDataModifier 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".Constructors in net.minecraftforge.common.world with parameters of type ForcedChunksSaveDataModifierConstructorDescriptionprivate
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)