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 void
PacketListener.onPacketError
(Packet pPacket, Exception pException) -
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 pException, Packet<T> pPacket, T pPacketListener) -
Uses of ReportedException in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game that throw ReportedExceptionModifier and TypeMethodDescriptiondefault void
ServerPacketListener.onPacketError
(Packet p_341685_, Exception p_341609_) -
Uses of ReportedException in net.minecraft.server.level
Methods in net.minecraft.server.level that return ReportedExceptionModifier and TypeMethodDescriptionChunkMap.debugFuturesAndCreateReportedException
(IllegalStateException pException, String pDetails) -
Uses of ReportedException in net.minecraft.util
Fields in net.minecraft.util declared as ReportedExceptionMethods in net.minecraft.util that return ReportedExceptionModifier and TypeMethodDescriptionstatic ReportedException
ThreadingDetector.makeThreadingException
(String pAccessed, Thread pThread) -
Uses of ReportedException in net.minecraft.world.level.chunk.storage
Methods in net.minecraft.world.level.chunk.storage that return ReportedExceptionModifier and TypeMethodDescriptionstatic ReportedException
ChunkIOErrorReporter.createMisplacedChunkReport
(ChunkPos pPos, ChunkPos pExpectedPos)