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 ws
  • Constructor Details Link icon

    • PacketEncoderException Link icon

      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> Lws;<init>(Ljava/lang/String;)V
    • PacketEncoderException Link icon

      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> Lws;<init>(Ljava/lang/Throwable;)V