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.deactivatedSourcesLoadingprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.deactivatedSourcesLoadingNaturalSpawningprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.sourcesLoadingprivate final it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> ForcedChunkManager.TicketTracker.sourcesLoadingNaturalSpawningMethods 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 booleanForcedChunkManager.TicketTracker.add(ForcedChunkManager.TicketOwner<T> owner, long chunk, boolean forceNaturalSpawning) intForcedChunkManager.TicketOwner.compareTo(ForcedChunkManager.TicketOwner<T> other) private voidForcedChunkManager.TicketTracker.inheritDeactivated(ForcedChunkManager.TicketOwner<T> owner, TicketSet ticketSet) booleanForcedChunkManager.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<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 voidForcedChunkManager.TicketTracker.inheritSources(@Nullable Holder<TicketType> ticketType, it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> fromSource, it.unimi.dsi.fastutil.longs.Long2ObjectMap<Set<ForcedChunkManager.TicketOwner<T>>> toSource)