Uses of Record Class
net.minecraft.network.encryption.ArgumentSignatures
Packages that use ArgumentSignatures
Package
Description
-
Uses of ArgumentSignatures in net.minecraft.client.network
Methods in net.minecraft.client.network that return ArgumentSignaturesModifier and TypeMethodDescriptionprivate ArgumentSignaturesClientPlayerEntity.signArguments(ChatMessageSigner signer, com.mojang.brigadier.ParseResults<CommandSource> parseResults) Signs the command arguments. -
Uses of ArgumentSignatures in net.minecraft.network.encryption
Fields in net.minecraft.network.encryption declared as ArgumentSignaturesModifier and TypeFieldDescriptionprivate final ArgumentSignaturesCommandArgumentSigner.Signatures.argumentSignaturesThe field for theargumentSignaturesrecord component.Methods in net.minecraft.network.encryption that return ArgumentSignaturesModifier and TypeMethodDescriptionCommandArgumentSigner.Signatures.argumentSignatures()Returns the value of theargumentSignaturesrecord component.static ArgumentSignaturesArgumentSignatures.none()Constructors in net.minecraft.network.encryption with parameters of type ArgumentSignaturesModifierConstructorDescriptionSignatures(UUID uUID, Instant instant, ArgumentSignatures argumentSignatures) -
Uses of ArgumentSignatures in net.minecraft.network.packet.c2s.play
Fields in net.minecraft.network.packet.c2s.play declared as ArgumentSignaturesModifier and TypeFieldDescriptionprivate final ArgumentSignaturesCommandExecutionC2SPacket.argumentSignaturesThe field for theargumentSignaturesrecord component.Methods in net.minecraft.network.packet.c2s.play that return ArgumentSignaturesModifier and TypeMethodDescriptionCommandExecutionC2SPacket.argumentSignatures()Returns the value of theargumentSignaturesrecord component.Constructors in net.minecraft.network.packet.c2s.play with parameters of type ArgumentSignaturesModifierConstructorDescriptionCommandExecutionC2SPacket(String command, Instant time, ArgumentSignatures argumentSignatures) Creates an instance of aCommandExecutionC2SPacketrecord class.