Uses of Class
net.minecraft.world.level.ForcedChunksSavedData
Packages that use ForcedChunksSavedData
-
Uses of ForcedChunksSavedData in net.minecraft.world.level
Methods in net.minecraft.world.level that return ForcedChunksSavedDataModifier and TypeMethodDescriptionstatic ForcedChunksSavedDataForcedChunksSavedData.load(CompoundTag p_151484_) -
Uses of ForcedChunksSavedData in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world declared as ForcedChunksSavedDataModifier and TypeFieldDescriptionprivate final ForcedChunksSavedDataForgeChunkManager.TicketHelper.saveDataMethods in net.minecraftforge.common.world with parameters of type ForcedChunksSavedDataModifier and TypeMethodDescriptionstatic voidForgeChunkManager.reinstatePersistentChunks(ServerLevel level, ForcedChunksSavedData saveData) Reinstates forge's forced chunks when vanilla initially loads a level and reinstates their forced chunks.Method parameters in net.minecraftforge.common.world with type arguments of type ForcedChunksSavedDataModifier 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".Constructors in net.minecraftforge.common.world with parameters of type ForcedChunksSavedDataModifierConstructorDescriptionprivateTicketHelper(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)