Uses of Class
net.minecraft.network.chat.SignedMessageChain.DecodeException
Packages that use SignedMessageChain.DecodeException
-
Uses of SignedMessageChain.DecodeException in net.minecraft.network.chat
Methods in net.minecraft.network.chat that throw SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionSignedMessageChain.Decoder.unpack
(MessageSignature signature, SignedMessageBody body) -
Uses of SignedMessageChain.DecodeException in net.minecraft.server.network
Methods in net.minecraft.server.network that return SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionprivate static <S> SignedMessageChain.DecodeException
ServerGamePacketListenerImpl.createSignedArgumentMismatchException
(String command, List<ArgumentSignatures.Entry> signedArguments, List<SignableCommand.Argument<S>> unsignedArguments) Methods in net.minecraft.server.network with parameters of type SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionprivate void
ServerGamePacketListenerImpl.handleMessageDecodeFailure
(SignedMessageChain.DecodeException exception) Methods in net.minecraft.server.network that throw SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionprivate <S> Map
<String, PlayerChatMessage> ServerGamePacketListenerImpl.collectSignedArguments
(ServerboundChatCommandSignedPacket packet, SignableCommand<S> command, LastSeenMessages lastSeenMessages) private <S> Map
<String, PlayerChatMessage> ServerGamePacketListenerImpl.collectUnsignedArguments
(List<SignableCommand.Argument<S>> arguments) private PlayerChatMessage
ServerGamePacketListenerImpl.getSignedMessage
(ServerboundChatPacket packet, LastSeenMessages lastSeenMessages)