Uses of Record Class
net.neoforged.neoforge.common.world.chunk.TicketSet
Packages that use TicketSet
-
Uses of TicketSet in net.neoforged.neoforge.common.world.chunk
Fields in net.neoforged.neoforge.common.world.chunk with type parameters of type TicketSetMethods in net.neoforged.neoforge.common.world.chunk that return types with arguments of type TicketSetModifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
Map<ResourceLocation, Map<T, TicketSet>> ForcedChunkManager.gatherTicketsById
(ForcedChunkManager.TicketTracker<T> tickets) Gathers tickets into an ID filtered map for use in providing all tickets a controller has registered to itsLoadingValidationCallback
.TicketHelper.getBlockTickets()
Returns all "BLOCK" tickets this controller had registered and which block positions are forcing which chunks.TicketHelper.getEntityTickets()
Returns all "ENTITY" tickets this controller had registered and which entity (UUID) is forcing which chunks.Method parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type TicketSetModifier and TypeMethodDescriptionprivate static <T extends Comparable<? super T>>
voidForcedChunkManager.gatherTicketsById
(Map<ForcedChunkManager.TicketOwner<T>, it.unimi.dsi.fastutil.longs.LongSet> 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
.Constructor parameters in net.neoforged.neoforge.common.world.chunk with type arguments of type TicketSetModifierConstructorDescription(package private)
TicketHelper
(ForcedChunksSavedData saveData, ResourceLocation controllerId, Map<BlockPos, TicketSet> blockTickets, Map<UUID, TicketSet> entityTickets)