Uses of Class
net.neoforged.neoforge.common.world.chunk.ForcedChunkManager.TicketOwner
Packages that use ForcedChunkManager.TicketOwner
-
Uses of ForcedChunkManager.TicketOwner in net.neoforged.neoforge.common.world.chunk
Fields in net.neoforged.neoforge.common.world.chunk with type parameters of type ForcedChunkManager.TicketOwnerModifier and TypeFieldDescriptionprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap
<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.deactivatedSourcesLoading
private final it.unimi.dsi.fastutil.longs.Long2ObjectMap
<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.deactivatedSourcesLoadingNaturalSpawning
private final it.unimi.dsi.fastutil.longs.Long2ObjectMap
<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.sourcesLoading
private final it.unimi.dsi.fastutil.longs.Long2ObjectMap
<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.sourcesLoadingNaturalSpawning
Methods in net.neoforged.neoforge.common.world.chunk that return types with arguments of type ForcedChunkManager.TicketOwnerModifier and TypeMethodDescriptionprivate it.unimi.dsi.fastutil.longs.Long2ObjectMap
<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.getSourcesLoading
(boolean forceNaturalSpawning, boolean targetDeactivated) Methods in net.neoforged.neoforge.common.world.chunk with parameters of type ForcedChunkManager.TicketOwnerModifier and TypeMethodDescriptionprivate boolean
ForcedChunkManager.TicketTracker.add
(ForcedChunkManager.TicketOwner<T> owner, long chunk, boolean forceNaturalSpawning) int
ForcedChunkManager.TicketOwner.compareTo
(ForcedChunkManager.TicketOwner<T> other) private void
ForcedChunkManager.TicketTracker.inheritDeactivated
(ForcedChunkManager.TicketOwner<T> owner, TicketSet ticketSet) boolean
ForcedChunkManager.TicketTracker.remove
(ForcedChunkManager.TicketOwner<T> owner, long chunk, boolean forceNaturalSpawning, boolean targetDeactivated) Method parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type ForcedChunkManager.TicketOwnerModifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
voidForcedChunkManager.gatherTicketsById
(it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> tickets, Function<TicketSet, it.unimi.dsi.fastutil.longs.LongSet> typeGetter, Map<net.minecraft.resources.ResourceLocation, Map<T, TicketSet>> modSortedOwnedChunks) Gathers tickets into an ID filtered map for use in providing all tickets a controller has registered to itsLoadingValidationCallback
.private void
ForcedChunkManager.TicketTracker.inheritSources
(@Nullable net.minecraft.core.Holder<net.minecraft.server.level.TicketType> ticketType, it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> fromSource, it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> toSource)