Uses of Interface
net.minecraft.network.message.SignedCommandArguments
-
Uses of SignedCommandArguments in net.minecraft.network.message
Modifier and TypeClassDescriptionstatic final record
A basic implementation ofSignedCommandArguments
.Modifier and TypeFieldDescriptionstatic final SignedCommandArguments
SignedCommandArguments.EMPTY
An empty signed command arguments that always returnsnull
forgetMessage(java.lang.String)
. -
Uses of SignedCommandArguments in net.minecraft.server.command
Modifier and TypeFieldDescriptionprivate final SignedCommandArguments
ServerCommandSource.signedArguments
Modifier and TypeMethodDescriptionServerCommandSource.withSignedArguments
(SignedCommandArguments signedArguments) 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, IntConsumer returnValueConsumer)