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 ForcedChunksSavedData
ForcedChunksSavedData.load
(CompoundTag p_151484_) -
Uses of ForcedChunksSavedData in net.minecraftforge.common.world
Fields in net.minecraftforge.common.world declared as ForcedChunksSavedDataModifier and TypeFieldDescriptionprivate final ForcedChunksSavedData
ForgeChunkManager.TicketHelper.saveData
Methods in net.minecraftforge.common.world with parameters of type ForcedChunksSavedDataModifier 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.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 ForcedChunksSavedDataModifierConstructorDescriptionprivate
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)