Uses of Interface
net.minecraft.util.thread.FutureQueue
Packages that use FutureQueue
Package
Description
-
Uses of FutureQueue in net.minecraft.network.message
Classes in net.minecraft.network.message that implement FutureQueueModifier and TypeClassDescriptionclass
Queues a future that handles received messages on the server thread. -
Uses of FutureQueue in net.minecraft.server.command
Fields in net.minecraft.server.command declared as FutureQueueModifier and TypeFieldDescriptionprivate final FutureQueue
ServerCommandSource.messageChainTaskQueue
Methods in net.minecraft.server.command that return FutureQueueMethods in net.minecraft.server.command with parameters of type FutureQueueModifier and TypeMethodDescriptionServerCommandSource.withSignedArguments
(SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue) Constructors in net.minecraft.server.command with parameters of type FutureQueueModifierConstructorDescriptionprotected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, ReturnValueConsumer resultStorer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue) -
Uses of FutureQueue in net.minecraft.util.thread
Methods in net.minecraft.util.thread that return FutureQueue