Uses of Interface
net.minecraft.network.encryption.CommandArgumentSigner
Package
Description
-
Uses of CommandArgumentSigner in net.minecraft.network.encryption
Modifier and TypeClassDescriptionstatic final record
A signature for command arguments, consisting of the sender, the timestamp, and the signature datas for the arguments. -
Uses of CommandArgumentSigner in net.minecraft.network.packet.c2s.play
-
Uses of CommandArgumentSigner in net.minecraft.server.command
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, CommandArgumentSigner signer)