Class PacketEncoderException

All Implemented Interfaces:
Serializable, PacketCodecDispatcher.UndecoratedException, PacketException

public class PacketEncoderException extends EncoderException implements PacketException, PacketCodecDispatcher.UndecoratedException
See Also:
Mappings:
Namespace Name
named net/minecraft/network/handler/PacketEncoderException
intermediary net/minecraft/class_2548
official xa
  • Constructor Details

    • PacketEncoderException

      public PacketEncoderException(String message)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/network/handler/PacketEncoderException;<init>(Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2548;<init>(Ljava/lang/String;)V
      official <init> Lxa;<init>(Ljava/lang/String;)V
    • PacketEncoderException

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