Uses of Class
net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.RunnableEntry
-
Packages that use ChunkTaskPriorityQueueSorter.RunnableEntry Package Description net.minecraft.world.chunk net.minecraft.world.server -
-
Uses of ChunkTaskPriorityQueueSorter.RunnableEntry in net.minecraft.world.chunk
Methods in net.minecraft.world.chunk that return ChunkTaskPriorityQueueSorter.RunnableEntry Modifier and Type Method Description static ChunkTaskPriorityQueueSorter.RunnableEntry
ChunkTaskPriorityQueueSorter. release(java.lang.Runnable p_219073_0_, long p_219073_1_, boolean p_219073_3_)
Methods in net.minecraft.world.chunk that return types with arguments of type ChunkTaskPriorityQueueSorter.RunnableEntry Modifier and Type Method Description ITaskExecutor<ChunkTaskPriorityQueueSorter.RunnableEntry>
ChunkTaskPriorityQueueSorter. getReleaseProcessor(ITaskExecutor<java.lang.Runnable> p_219091_1_)
-
Uses of ChunkTaskPriorityQueueSorter.RunnableEntry in net.minecraft.world.server
Fields in net.minecraft.world.server with type parameters of type ChunkTaskPriorityQueueSorter.RunnableEntry Modifier and Type Field Description private ITaskExecutor<ChunkTaskPriorityQueueSorter.RunnableEntry>
TicketManager. ticketThrottlerReleaser
-