Uses of Class
net.minecraft.ReportedException
Packages that use ReportedException
Package
Description
-
Uses of ReportedException in net.minecraft.nbt
Subclasses of ReportedException in net.minecraft.nbt -
Uses of ReportedException in net.minecraft.network
Methods in net.minecraft.network that throw ReportedExceptionModifier and TypeMethodDescriptiondefault voidPacketListener.onPacketError(Packet packet, Exception cause) -
Uses of ReportedException in net.minecraft.network.protocol
Methods in net.minecraft.network.protocol that return ReportedExceptionModifier and TypeMethodDescriptionstatic <T extends PacketListener>
ReportedExceptionPacketUtils.makeReportedException(Exception cause, Packet<T> packet, T listener) -
Uses of ReportedException in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game that throw ReportedExceptionModifier and TypeMethodDescriptiondefault voidServerPacketListener.onPacketError(Packet packet, Exception e) -
Uses of ReportedException in net.minecraft.resources
Methods in net.minecraft.resources that return ReportedExceptionModifier and TypeMethodDescriptionprivate static ReportedExceptionRegistryDataLoader.createReportWithBriefInfo(Map<ResourceKey<?>, Exception> loadingErrors) private static ReportedExceptionRegistryDataLoader.logErrors(Map<ResourceKey<?>, Exception> loadingErrors) -
Uses of ReportedException in net.minecraft.server.level
Methods in net.minecraft.server.level that return ReportedExceptionModifier and TypeMethodDescriptionChunkMap.debugFuturesAndCreateReportedException(IllegalStateException exception, String details) -
Uses of ReportedException in net.minecraft.server.network
Methods in net.minecraft.server.network that throw ReportedExceptionModifier and TypeMethodDescriptionvoidServerCommonPacketListenerImpl.onPacketError(Packet packet, Exception e) -
Uses of ReportedException in net.minecraft.util
Fields in net.minecraft.util declared as ReportedExceptionModifier and TypeFieldDescriptionprivate @Nullable ReportedExceptionThreadingDetector.fullExceptionMethods in net.minecraft.util that return ReportedExceptionModifier and TypeMethodDescriptionstatic ReportedExceptionThreadingDetector.makeThreadingException(String name, @Nullable Thread threadThatFailedToAcquire) -
Uses of ReportedException in net.minecraft.util.filefix
Methods in net.minecraft.util.filefix that return ReportedException -
Uses of ReportedException in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return ReportedExceptionModifier and TypeMethodDescriptionstatic ReportedExceptionChunkIOErrorReporter.createMisplacedChunkReport(ChunkPos storedPos, ChunkPos requestedPos)