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 pSignature, SignedMessageBody pBody) -
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 pCommand, List<ArgumentSignatures.Entry> pSignedArguments, List<SignableCommand.Argument<S>> pUnsignedArguments) Methods in net.minecraft.server.network with parameters of type SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionprivate void
ServerGamePacketListenerImpl.handleMessageDecodeFailure
(SignedMessageChain.DecodeException pException) Methods in net.minecraft.server.network that throw SignedMessageChain.DecodeExceptionModifier and TypeMethodDescriptionprivate <S> Map
<String, PlayerChatMessage> ServerGamePacketListenerImpl.collectSignedArguments
(ServerboundChatCommandSignedPacket pPacket, SignableCommand<S> pCommand, LastSeenMessages pLastSeenMessages) private <S> Map
<String, PlayerChatMessage> ServerGamePacketListenerImpl.collectUnsignedArguments
(List<SignableCommand.Argument<S>> pArguments) private PlayerChatMessage
ServerGamePacketListenerImpl.getSignedMessage
(ServerboundChatPacket pPacket, LastSeenMessages pLastSeenMessages)