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_, HolderLookup.Provider p_323940_) Methods in net.minecraft.world.level that return types with arguments of type ForcedChunksSavedData -
Uses of ForcedChunksSavedData in net.neoforged.neoforge.common.world.chunk
Fields in net.neoforged.neoforge.common.world.chunk declared as ForcedChunksSavedDataMethods in net.neoforged.neoforge.common.world.chunk with parameters of type ForcedChunksSavedDataModifier and TypeMethodDescriptionstatic void
ForcedChunkManager.reinstatePersistentChunks
(ServerLevel level, ForcedChunksSavedData saveData) Reinstates NeoForge's forced chunks when vanilla initially loads a level and reinstates their forced chunks.Method parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type ForcedChunksSavedDataModifier and TypeMethodDescription(package private) static <T extends Comparable<? super T>>
booleanForcedChunkManager.forceChunk
(ServerLevel level, ResourceLocation id, T owner, int chunkX, int chunkZ, boolean add, boolean ticking, TicketType<ForcedChunkManager.TicketOwner<T>> type, Function<ForcedChunksSavedData, ForcedChunkManager.TicketTracker<T>> ticketGetter) Forces a chunk to be loaded for the given mod with the given "owner".Constructors in net.neoforged.neoforge.common.world.chunk with parameters of type ForcedChunksSavedDataModifierConstructorDescription(package private)
TicketHelper
(ForcedChunksSavedData saveData, ResourceLocation controllerId, Map<BlockPos, TicketSet> blockTickets, Map<UUID, TicketSet> entityTickets)