Uses of Class
net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.FunctionEntry
-
Packages that use ChunkTaskPriorityQueueSorter.FunctionEntry Package Description net.minecraft.world.chunk net.minecraft.world.server -
-
Uses of ChunkTaskPriorityQueueSorter.FunctionEntry in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return ChunkTaskPriorityQueueSorter.FunctionEntry Modifier and Type Method Description static ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>
ChunkTaskPriorityQueueSorter. message(java.lang.Runnable p_219069_0_, long p_219069_1_, java.util.function.IntSupplier p_219069_3_)
static ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>
ChunkTaskPriorityQueueSorter. message(ChunkHolder p_219081_0_, java.lang.Runnable p_219081_1_)
Methods in net.minecraft.world.chunk that return types with arguments of type ChunkTaskPriorityQueueSorter.FunctionEntry Modifier and Type Method Description <T> ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<T>>
ChunkTaskPriorityQueueSorter. 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.FunctionEntry Modifier and Type Field Description private ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>>
ChunkManager. mainThreadMailbox
private ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>>
ServerWorldLightManager. sorterMailbox
private ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>>
TicketManager. ticketThrottlerInput
private ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>>
ChunkManager. worldgenMailbox
Constructor parameters in net.minecraft.world.server with type arguments of type ChunkTaskPriorityQueueSorter.FunctionEntry Constructor Description ServerWorldLightManager(IChunkLightProvider p_i50701_1_, ChunkManager p_i50701_2_, boolean p_i50701_3_, DelegatedTaskExecutor<java.lang.Runnable> p_i50701_4_, ITaskExecutor<ChunkTaskPriorityQueueSorter.FunctionEntry<java.lang.Runnable>> p_i50701_5_)
-