Package net.minecraft.network
Class OffThreadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.network.OffThreadException
- All Implemented Interfaces:
 Serializable
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 named net/minecraft/network/OffThreadExceptionintermediary net/minecraft/class_2987official amd
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final OffThreadExceptionThe singleton instance, to reduce object allocations. - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Field Details
- 
INSTANCE
The singleton instance, to reduce object allocations.- Mappings:
 Namespace Name Mixin selector named INSTANCELnet/minecraft/network/OffThreadException;INSTANCE:Lnet/minecraft/network/OffThreadException;intermediary field_13400Lnet/minecraft/class_2987;field_13400:Lnet/minecraft/class_2987;official aLamd;a:Lamd;
 
 - 
 - 
Constructor Details
- 
OffThreadException
private OffThreadException() 
 - 
 - 
Method Details
- 
fillInStackTrace
- Overrides:
 fillInStackTracein classThrowable
 
 -