Uses of Interface
net.minecraft.network.encryption.Signer
Packages that use Signer
Package
Description
-
Uses of Signer in net.minecraft.client.util
Fields in net.minecraft.client.util with type parameters of type SignerModifier and TypeFieldDescriptionprivate final CompletableFuture<Optional<Signer>>
ProfileKeys.signerFuture
Methods in net.minecraft.client.util that return Signer -
Uses of Signer in net.minecraft.network.encryption
Methods in net.minecraft.network.encryption that return SignerModifier and TypeMethodDescriptionstatic Signer
Signer.create
(PrivateKey privateKey, String algorithm) -
Uses of Signer in net.minecraft.network.message
Methods in net.minecraft.network.message with parameters of type SignerModifier and TypeMethodDescriptionReturns the chat message signature obtained by signingmessage
withsignature
.Returns the chat message signature obtained by signingmessage
withsignature
.