Uses of Class
net.minecraft.world.ForcedChunksSaveData
-
Packages that use ForcedChunksSaveData Package Description net.minecraftforge.common.world -
-
Uses of ForcedChunksSaveData in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world declared as ForcedChunksSaveData Modifier and Type Field Description private ForcedChunksSaveDataForgeChunkManager.TicketHelper. saveDataMethods in net.minecraftforge.common.world with parameters of type ForcedChunksSaveData Modifier and Type Method Description static voidForgeChunkManager. 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 ForcedChunksSaveData Modifier and Type Method Description private static <T extends java.lang.Comparable<? super T>>
booleanForgeChunkManager. forceChunk(ServerWorld world, java.lang.String modId, T owner, int chunkX, int chunkZ, boolean add, boolean ticking, TicketType<ForgeChunkManager.TicketOwner<T>> type, java.util.function.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 ForcedChunksSaveData Constructor Description TicketHelper(ForcedChunksSaveData saveData, java.lang.String modId, java.util.Map<BlockPos,com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet,it.unimi.dsi.fastutil.longs.LongSet>> blockTickets, java.util.Map<java.util.UUID,com.mojang.datafixers.util.Pair<it.unimi.dsi.fastutil.longs.LongSet,it.unimi.dsi.fastutil.longs.LongSet>> entityTickets)
-