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 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 Map<String,
PlayerChatMessage> ServerGamePacketListenerImpl.collectSignedArguments
(ServerboundChatCommandPacket p_249441_, SignableCommand<?> p_250039_, LastSeenMessages p_249207_) private PlayerChatMessage
ServerGamePacketListenerImpl.getSignedMessage
(ServerboundChatPacket p_251061_, LastSeenMessages p_250566_)