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 recordA signature for command arguments, consisting of the sender, the timestamp, and the signature datas for the arguments.Fields in net.minecraft.network.message declared as SignedCommandArgumentsModifier and TypeFieldDescriptionstatic final SignedCommandArgumentsSignedCommandArguments.EMPTYAn empty signed command arguments that always returnsnullforcreateSignature(java.lang.String). -
Uses of SignedCommandArguments in net.minecraft.server.command
Fields in net.minecraft.server.command declared as SignedCommandArgumentsModifier and TypeFieldDescriptionprivate final SignedCommandArgumentsServerCommandSource.signedArgumentsMethods in net.minecraft.server.command that return SignedCommandArgumentsMethods in net.minecraft.server.command with parameters of type SignedCommandArgumentsModifier and TypeMethodDescriptionServerCommandSource.withSignedArguments(SignedCommandArguments signedArguments) Constructors in net.minecraft.server.command with parameters of type SignedCommandArgumentsModifierConstructorDescriptionprotectedServerCommandSource(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)