Uses of Class
net.minecraft.server.world.ChunkTaskPrioritySystem.Task
Packages that use ChunkTaskPrioritySystem.Task
-
Uses of ChunkTaskPrioritySystem.Task in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type ChunkTaskPrioritySystem.TaskModifier and TypeFieldDescriptionServerLightingProvider.executorThreadedAnvilChunkStorage.mainExecutor(package private) MessageListener<ChunkTaskPrioritySystem.Task<Runnable>>ChunkTicketManager.playerTicketThrottlerThreadedAnvilChunkStorage.worldGenExecutorMethods in net.minecraft.server.world that return ChunkTaskPrioritySystem.TaskModifier and TypeMethodDescriptionstatic ChunkTaskPrioritySystem.Task<Runnable>ChunkTaskPrioritySystem.createMessage(Runnable task, long pos, IntSupplier lastLevelUpdatedToProvider)static ChunkTaskPrioritySystem.Task<Runnable>ChunkTaskPrioritySystem.createMessage(ChunkHolder holder, Runnable task)static <T> ChunkTaskPrioritySystem.Task<T>ChunkTaskPrioritySystem.createTask(Function<MessageListener<Unit>,T> taskFunction, long pos, IntSupplier lastLevelUpdatedToProvider)static <T> ChunkTaskPrioritySystem.Task<T>ChunkTaskPrioritySystem.createTask(ChunkHolder holder, Function<MessageListener<Unit>,T> taskFunction)Methods in net.minecraft.server.world that return types with arguments of type ChunkTaskPrioritySystem.TaskModifier and TypeMethodDescriptionChunkTaskPrioritySystem.createExecutor(MessageListener<T> executor, boolean addBlocker)Constructor parameters in net.minecraft.server.world with type arguments of type ChunkTaskPrioritySystem.TaskModifierConstructorDescriptionServerLightingProvider(ChunkProvider chunkProvider, ThreadedAnvilChunkStorage chunkStorage, boolean hasBlockLight, TaskExecutor<Runnable> processor, MessageListener<ChunkTaskPrioritySystem.Task<Runnable>> executor)