Class PacketDecoderException

All Implemented Interfaces:
Serializable, PacketCodecDispatcher.UndecoratedException, PacketException

public class PacketDecoderException extends DecoderException implements PacketException, PacketCodecDispatcher.UndecoratedException
See Also:
Mappings:
Namespace Name
named net/minecraft/network/handler/PacketDecoderException
intermediary net/minecraft/class_10941
official wr
  • Constructor Details Link icon

    • PacketDecoderException Link icon

      public PacketDecoderException(String message)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/handler/PacketDecoderException;<init>(Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_10941;<init>(Ljava/lang/String;)V
      official <init> Lwr;<init>(Ljava/lang/String;)V
    • PacketDecoderException Link icon

      public PacketDecoderException(Throwable cause)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/handler/PacketDecoderException;<init>(Ljava/lang/Throwable;)V
      intermediary <init> Lnet/minecraft/class_10941;<init>(Ljava/lang/Throwable;)V
      official <init> Lwr;<init>(Ljava/lang/Throwable;)V