Uses of Class
net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.FunctionEntry
Packages that use ChunkTaskPriorityQueueSorter.FunctionEntry
-
Uses of ChunkTaskPriorityQueueSorter.FunctionEntry in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return ChunkTaskPriorityQueueSorter.FunctionEntryModifier and TypeMethodDescriptionChunkTaskPriorityQueueSorter.message
(Runnable p_219069_0_, long p_219069_1_, IntSupplier p_219069_3_) ChunkTaskPriorityQueueSorter.message
(ChunkHolder p_219081_0_, Runnable p_219081_1_) Methods in net.minecraft.world.chunk that return types with arguments of type ChunkTaskPriorityQueueSorter.FunctionEntryModifier and TypeMethodDescriptionChunkTaskPriorityQueueSorter.getProcessor
(ITaskExecutor<T> p_219087_1_, boolean p_219087_2_) -
Uses of ChunkTaskPriorityQueueSorter.FunctionEntry in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type ChunkTaskPriorityQueueSorter.FunctionEntryModifier and TypeFieldDescriptionprivate final ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<Runnable>>
ChunkManager.mainThreadMailbox
private final ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<Runnable>>
ServerWorldLightManager.sorterMailbox
private final ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<Runnable>>
TicketManager.ticketThrottlerInput
private final ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<Runnable>>
ChunkManager.worldgenMailbox
Constructor parameters in net.minecraft.world.server with type arguments of type ChunkTaskPriorityQueueSorter.FunctionEntryModifierConstructorDescriptionServerWorldLightManager
(IChunkLightProvider p_i50701_1_, ChunkManager p_i50701_2_, boolean p_i50701_3_, DelegatedTaskExecutor<Runnable> p_i50701_4_, ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<Runnable>> p_i50701_5_)