Uses of Class
net.minecraft.server.world.LevelPrioritizedQueue
Package | Description |
---|---|
net.minecraft.server.world |
-
Uses of LevelPrioritizedQueue in net.minecraft.server.world
Fields in net.minecraft.server.world with type parameters of type LevelPrioritizedQueue Modifier and Type Field Description private Map<MessageListener<?>,LevelPrioritizedQueue<? extends Function<MessageListener<Unit>,?>>>
ChunkTaskPrioritySystem. queues
Methods in net.minecraft.server.world that return LevelPrioritizedQueue Modifier and Type Method Description private <T> LevelPrioritizedQueue<Function<MessageListener<Unit>,T>>
ChunkTaskPrioritySystem. getQueue(MessageListener<T> actor)
Methods in net.minecraft.server.world with parameters of type LevelPrioritizedQueue Modifier and Type Method Description private <T> void
ChunkTaskPrioritySystem. enqueueExecution(LevelPrioritizedQueue<Function<MessageListener<Unit>,T>> queue, MessageListener<T> actor)