Uses of Class
net.minecraft.util.crash.CrashException
Packages that use CrashException
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of CrashException in net.minecraft.nbt
Subclasses of CrashException in net.minecraft.nbt -
Uses of CrashException in net.minecraft.network
Methods in net.minecraft.network that return CrashExceptionModifier and TypeMethodDescriptionstatic <T extends PacketListener>
CrashExceptionNetworkThreadUtils.createCrashException
(Exception exception, Packet<T> packet, T listener) -
Uses of CrashException in net.minecraft.network.listener
Methods in net.minecraft.network.listener that throw CrashExceptionModifier and TypeMethodDescriptiondefault void
PacketListener.onPacketException
(Packet packet, Exception exception) default void
ServerCrashSafePacketListener.onPacketException
(Packet packet, Exception exception) -
Uses of CrashException in net.minecraft.registry
Methods in net.minecraft.registry that return CrashExceptionModifier and TypeMethodDescriptionprivate static CrashException
RegistryLoader.createLoadingException
(Map<RegistryKey<?>, Exception> exceptions) private static CrashException
RegistryLoader.writeAndCreateLoadingException
(Map<RegistryKey<?>, Exception> exceptions) -
Uses of CrashException in net.minecraft.server.network
Methods in net.minecraft.server.network that throw CrashExceptionModifier and TypeMethodDescriptionvoid
ServerCommonNetworkHandler.onPacketException
(Packet packet, Exception exception) -
Uses of CrashException in net.minecraft.server.world
Methods in net.minecraft.server.world that return CrashExceptionModifier and TypeMethodDescriptionServerChunkLoadingManager.crash
(IllegalStateException exception, String details) static CrashException
ChunkErrorHandler.createMisplacementException
(ChunkPos actualPos, ChunkPos expectedPos) -
Uses of CrashException in net.minecraft.util.thread
Fields in net.minecraft.util.thread declared as CrashExceptionMethods in net.minecraft.util.thread that return CrashException