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 p_249082_, SignedMessageBody p_250981_) -
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 p_338499_, List<ArgumentSignatures.Entry> p_338388_, List<SignableCommand.Argument<S>> p_338708_) Methods in net.minecraft.server.network with parameters of type SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionprivate void
ServerGamePacketListenerImpl.handleMessageDecodeFailure
(SignedMessageChain.DecodeException p_252068_) Methods in net.minecraft.server.network that throw SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionprivate <S> Map
<String, PlayerChatMessage> ServerGamePacketListenerImpl.collectSignedArguments
(ServerboundChatCommandSignedPacket p_338222_, SignableCommand<S> p_250039_, LastSeenMessages p_249207_) private <S> Map
<String, PlayerChatMessage> ServerGamePacketListenerImpl.collectUnsignedArguments
(List<SignableCommand.Argument<S>> p_338744_) private PlayerChatMessage
ServerGamePacketListenerImpl.getSignedMessage
(ServerboundChatPacket p_251061_, LastSeenMessages p_250566_)