Uses of Class
net.minecraft.util.thread.TaskQueue.PrioritizedTask
Package | Description |
---|---|
net.minecraft.server.world | |
net.minecraft.util.thread | |
net.minecraft.world.storage |
-
Uses of TaskQueue.PrioritizedTask in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type TaskQueue.PrioritizedTask Modifier and Type Field Description private TaskExecutor<TaskQueue.PrioritizedTask>
ChunkTaskPrioritySystem. controlActor
-
Uses of TaskQueue.PrioritizedTask in net.minecraft.util.thread
Methods in net.minecraft.util.thread with parameters of type TaskQueue.PrioritizedTask Modifier and Type Method Description boolean
TaskQueue.Prioritized. add(TaskQueue.PrioritizedTask prioritizedTask)
-
Uses of TaskQueue.PrioritizedTask in net.minecraft.world.storage
Fields in net.minecraft.world.storage with type parameters of type TaskQueue.PrioritizedTask Modifier and Type Field Description private TaskExecutor<TaskQueue.PrioritizedTask>
StorageIoWorker. executor