Class OffThreadException

All Implemented Interfaces:
Serializable

public final class OffThreadException extends RuntimeException
An exception thrown on netty's event loop to quit handling of one packet, usually as it is scheduled to be handled on the game engine thread.

This is a singleton. It ignores stack traces in order to be efficient.

See Also:
Mappings:
Namespace Name
official acq
intermediary net/minecraft/class_2987
named net/minecraft/network/OffThreadException
  • Field Details

    • INSTANCE

      public static final OffThreadException INSTANCE
      The singleton instance, to reduce object allocations.
      Mappings:
      Namespace Name Mixin selector
      official a Lacq;a:Lacq;
      intermediary field_13400 Lnet/minecraft/class_2987;field_13400:Lnet/minecraft/class_2987;
      named INSTANCE Lnet/minecraft/network/OffThreadException;INSTANCE:Lnet/minecraft/network/OffThreadException;
  • Constructor Details

    • OffThreadException

      private OffThreadException()
  • Method Details