Uses of Interface
net.minecraft.util.thread.StrictQueue
Packages that use StrictQueue
-
Uses of StrictQueue in net.minecraft.util.thread
Classes in net.minecraft.util.thread that implement StrictQueueModifier and TypeClassDescriptionstatic class
static class
Fields in net.minecraft.util.thread declared as StrictQueueModifier and TypeFieldDescriptionprivate StrictQueue<? super T,? extends Runnable>
ProcessorMailbox.queue
Constructors in net.minecraft.util.thread with parameters of type StrictQueueModifierConstructorDescriptionProcessorMailbox(StrictQueue<? super T,? extends Runnable> p_18741_, Executor p_18742_, String p_18743_)