Uses of Interface
net.minecraft.network.message.SignedCommandArguments
Packages that use SignedCommandArguments
-
Uses of SignedCommandArguments in net.minecraft.network.message
Classes in net.minecraft.network.message that implement SignedCommandArgumentsModifier and TypeClassDescriptionstatic final record
A basic implementation ofSignedCommandArguments
.Fields in net.minecraft.network.message declared as SignedCommandArgumentsModifier 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
Fields in net.minecraft.server.command declared as SignedCommandArgumentsModifier and TypeFieldDescriptionprivate final SignedCommandArguments
ServerCommandSource.signedArguments
Methods in net.minecraft.server.command that return SignedCommandArgumentsMethods in net.minecraft.server.command with parameters of type SignedCommandArgumentsModifier and TypeMethodDescriptionServerCommandSource.withSignedArguments
(SignedCommandArguments signedArguments, FutureQueue messageChainTaskQueue) Constructors in net.minecraft.server.command with parameters of type SignedCommandArgumentsModifierConstructorDescriptionprotected
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)