Uses of Class
net.minecraft.server.world.LevelPrioritizedQueue
Packages that use LevelPrioritizedQueue
-
Uses of LevelPrioritizedQueue in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type LevelPrioritizedQueueModifier and TypeFieldDescriptionprivate Map<MessageListener<?>,LevelPrioritizedQueue<? extends Function<MessageListener<Unit>,?>>>
ChunkTaskPrioritySystem.queues
Methods in net.minecraft.server.world that return LevelPrioritizedQueueModifier and TypeMethodDescriptionprivate <T> LevelPrioritizedQueue<Function<MessageListener<Unit>,T>>
ChunkTaskPrioritySystem.getQueue(MessageListener<T> actor)
Methods in net.minecraft.server.world with parameters of type LevelPrioritizedQueueModifier and TypeMethodDescriptionprivate <T> void
ChunkTaskPrioritySystem.enqueueExecution(LevelPrioritizedQueue<Function<MessageListener<Unit>,T>> queue, MessageListener<T> actor)