Uses of Class
net.minecraft.util.crash.CrashException
Package
Description
The Named Binary Tag (NBT) data format.
-
Uses of CrashException in net.minecraft.nbt
-
Uses of CrashException in net.minecraft.network
Modifier and TypeMethodDescriptionstatic <T extends PacketListener>
CrashExceptionNetworkThreadUtils.createCrashException
(Exception exception, Packet<T> packet, T listener) -
Uses of CrashException in net.minecraft.network.listener
Modifier and TypeMethodDescriptiondefault void
PacketListener.onPacketException
(Packet packet, Exception exception) default void
ServerCrashSafePacketListener.onPacketException
(Packet packet, Exception exception) -
Uses of CrashException in net.minecraft.registry
Modifier 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
Modifier and TypeMethodDescriptionvoid
ServerCommonNetworkHandler.onPacketException
(Packet packet, Exception exception) -
Uses of CrashException in net.minecraft.server.world
Modifier and TypeMethodDescriptionServerChunkLoadingManager.crash
(IllegalStateException exception, String details) static CrashException
ChunkErrorHandler.createMisplacementException
(ChunkPos actualPos, ChunkPos expectedPos) -
Uses of CrashException in net.minecraft.util.thread