Uses of Class
net.minecraft.server.level.ChunkTaskPriorityQueueSorter.Message
Packages that use ChunkTaskPriorityQueueSorter.Message
-
Uses of ChunkTaskPriorityQueueSorter.Message in net.minecraft.server.level
Fields in net.minecraft.server.level with type parameters of type ChunkTaskPriorityQueueSorter.MessageModifier and TypeFieldDescriptionprivate final ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> ChunkMap.mainThreadMailboxprivate final ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> ThreadedLevelLightEngine.sorterMailbox(package private) final ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> DistanceManager.ticketThrottlerInputprivate final ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> ChunkMap.worldgenMailboxMethods in net.minecraft.server.level that return ChunkTaskPriorityQueueSorter.MessageModifier and TypeMethodDescriptionChunkTaskPriorityQueueSorter.message(Runnable task, long pos, IntSupplier level) static <T> ChunkTaskPriorityQueueSorter.Message<T> ChunkTaskPriorityQueueSorter.message(Function<ProcessorHandle<Unit>, T> task, long pos, IntSupplier level) ChunkTaskPriorityQueueSorter.message(GenerationChunkHolder chunk, Runnable task) static <T> ChunkTaskPriorityQueueSorter.Message<T> ChunkTaskPriorityQueueSorter.message(GenerationChunkHolder chunk, Function<ProcessorHandle<Unit>, T> task) Methods in net.minecraft.server.level that return types with arguments of type ChunkTaskPriorityQueueSorter.MessageModifier and TypeMethodDescriptionChunkTaskPriorityQueueSorter.getProcessor(ProcessorHandle<T> processor, boolean flush) Methods in net.minecraft.server.level with parameters of type ChunkTaskPriorityQueueSorter.MessageModifier and TypeMethodDescriptionvoidNeo: PR #937 This is for mainly pre-generation usage such as Neoforge's generate command.Constructor parameters in net.minecraft.server.level with type arguments of type ChunkTaskPriorityQueueSorter.MessageModifierConstructorDescriptionThreadedLevelLightEngine(LightChunkGetter lightChunk, ChunkMap chunkMap, boolean skyLight, ProcessorMailbox<Runnable> taskMailbox, ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> sorterMailbox) -
Uses of ChunkTaskPriorityQueueSorter.Message in net.minecraft.world.level.chunk.status
Fields in net.minecraft.world.level.chunk.status with type parameters of type ChunkTaskPriorityQueueSorter.MessageModifier and TypeFieldDescriptionprivate final ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> WorldGenContext.mainThreadMailBoxThe field for themainThreadMailBoxrecord component.Methods in net.minecraft.world.level.chunk.status that return types with arguments of type ChunkTaskPriorityQueueSorter.MessageModifier and TypeMethodDescriptionWorldGenContext.mainThreadMailBox()Returns the value of themainThreadMailBoxrecord component.Constructor parameters in net.minecraft.world.level.chunk.status with type arguments of type ChunkTaskPriorityQueueSorter.MessageModifierConstructorDescriptionWorldGenContext(ServerLevel level, ChunkGenerator generator, StructureTemplateManager structureManager, ThreadedLevelLightEngine lightEngine, ProcessorHandle<ChunkTaskPriorityQueueSorter.Message<Runnable>> mainThreadMailBox) Creates an instance of aWorldGenContextrecord class.