Uses of Interface
net.minecraft.network.message.CommandArgumentSigner
Packages that use CommandArgumentSigner
Package
Description
-
Uses of CommandArgumentSigner in net.minecraft.network.message
Classes in net.minecraft.network.message that implement CommandArgumentSignerModifier and TypeClassDescriptionstatic final record
A 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 CommandArgumentSigner -
Uses of CommandArgumentSigner in net.minecraft.network.packet.c2s.play
Methods in net.minecraft.network.packet.c2s.play that return CommandArgumentSigner -
Uses of CommandArgumentSigner in net.minecraft.server.command
Fields in net.minecraft.server.command declared as CommandArgumentSignerMethods in net.minecraft.server.command that return CommandArgumentSignerMethods in net.minecraft.server.command with parameters of type CommandArgumentSignerConstructors in net.minecraft.server.command with parameters of type CommandArgumentSignerModifierConstructorDescriptionprotected
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, CommandArgumentSigner signer)