Uses of Interface
net.minecraft.util.thread.FutureQueue
Package
Description
-
Uses of FutureQueue in net.minecraft.network.message
Modifier and TypeClassDescriptionclass
Queues a future that handles received messages on the server thread. -
Uses of FutureQueue in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate final FutureQueue
ServerCommandSource.messageChainTaskQueue
Modifier and TypeMethodDescriptionServerCommandSource.withMessageChainTaskQueue
(FutureQueue messageChainTaskQueue) ModifierConstructorDescriptionprotected
ServerCommandSource
(CommandOutput output, Vec3d pos, Vec2f rot, ServerWorld world, int level, String name, Text displayName, MinecraftServer server, @Nullable Entity entity, boolean silent, @Nullable com.mojang.brigadier.ResultConsumer<ServerCommandSource> consumer, EntityAnchorArgumentType.EntityAnchor entityAnchor, SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue) -
Uses of FutureQueue in net.minecraft.util.thread