Uses of Class
net.minecraft.CrashReportCategory
Packages that use CrashReportCategory
Package
Description
-
Uses of CrashReportCategory in net.minecraft
Fields in net.minecraft with type parameters of type CrashReportCategoryMethods in net.minecraft that return CrashReportCategoryModifier and TypeMethodDescriptionCrashReport.addCategory
(String pName) Creates a CrashReportCategoryCrashReport.addCategory
(String pCategoryName, int pStacktraceLength) Creates a CrashReportCategory for the given stack trace depthstatic CrashReportCategory
CrashReportCategory.populateBlockLocationDetails
(CrashReportCategory pCategory, LevelHeightAccessor pLevelHeightAccessor, BlockPos pPos) Adds a Crashreport section with the given name with the given value (converted.toString()
)CrashReportCategory.setDetail
(String pName, CrashReportDetail<String> pDetail) Adds a section to this crash report category, resolved by calling the given callable.Methods in net.minecraft with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionstatic void
CrashReportCategory.populateBlockDetails
(CrashReportCategory pCategory, LevelHeightAccessor pLevelHeightAccessor, BlockPos pPos, BlockState pState) static CrashReportCategory
CrashReportCategory.populateBlockLocationDetails
(CrashReportCategory pCategory, LevelHeightAccessor pLevelHeightAccessor, BlockPos pPos) -
Uses of CrashReportCategory in net.minecraft.client
Methods in net.minecraft.client with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
ResourceLoadStateTracker.RecoveryInfo.fillCrashInfo
(CrashReportCategory pCrash) void
ResourceLoadStateTracker.ReloadState.fillCrashInfo
(CrashReportCategory pCrash) void
MouseHandler.fillMousePositionDetails
(CrashReportCategory pCategory, Window pWindow) private void
Minecraft.fillUptime
(CrashReportCategory pCategory) -
Uses of CrashReportCategory in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return CrashReportCategoryModifier and TypeMethodDescriptionClientLevel.fillReportDetails
(CrashReport pReport) Adds some basic stats of the world to the given crash report.Methods in net.minecraft.client.multiplayer with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
ClientLevel.ClientLevelData.fillCrashReportCategory
(CrashReportCategory p_171690_, LevelHeightAccessor p_171691_) void
ClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport p_350364_, CrashReportCategory p_315011_) void
ClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport p_350555_, CrashReportCategory p_315015_) -
Uses of CrashReportCategory in net.minecraft.client.renderer.entity
Methods in net.minecraft.client.renderer.entity that return CrashReportCategoryModifier and TypeMethodDescriptionprivate <S extends EntityRenderState>
CrashReportCategoryEntityRenderDispatcher.fillRendererDetails
(double pXOffset, double pYOffset, double pZOffset, EntityRenderer<?, S> pRenderer, CrashReport pCrashReport) -
Uses of CrashReportCategory in net.minecraft.client.renderer.entity.state
Methods in net.minecraft.client.renderer.entity.state with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
EntityRenderState.fillCrashReportCategory
(CrashReportCategory pCrashReportCategory) -
Uses of CrashReportCategory in net.minecraft.network
Methods in net.minecraft.network with parameters of type CrashReportCategoryModifier and TypeMethodDescriptiondefault void
PacketListener.fillListenerSpecificCrashDetails
(CrashReport pCrashReport, CrashReportCategory pCategory) -
Uses of CrashReportCategory in net.minecraft.server.level
Methods in net.minecraft.server.level that return CrashReportCategory -
Uses of CrashReportCategory in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
ServerLoginPacketListenerImpl.fillListenerSpecificCrashDetails
(CrashReport p_350283_, CrashReportCategory p_314941_) -
Uses of CrashReportCategory in net.minecraft.util
Methods in net.minecraft.util with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionstatic void
NativeModuleLister.addCrashSection
(CrashReportCategory pCrashSection) -
Uses of CrashReportCategory in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
Entity.fillCrashReportCategory
(CrashReportCategory pCategory) -
Uses of CrashReportCategory in net.minecraft.world.entity.item
Methods in net.minecraft.world.entity.item with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
FallingBlockEntity.fillCrashReportCategory
(CrashReportCategory pCategory) -
Uses of CrashReportCategory in net.minecraft.world.level
Methods in net.minecraft.world.level that return CrashReportCategoryModifier and TypeMethodDescriptionLevel.fillReportDetails
(CrashReport pReport) Adds some basic stats of the world to the given crash report. -
Uses of CrashReportCategory in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
BlockEntity.fillCrashReportCategory
(CrashReportCategory pReportCategory) -
Uses of CrashReportCategory in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoid
DerivedLevelData.fillCrashReportCategory
(CrashReportCategory p_164852_, LevelHeightAccessor p_164853_) default void
LevelData.fillCrashReportCategory
(CrashReportCategory pCrashReportCategory, LevelHeightAccessor pLevel) void
PrimaryLevelData.fillCrashReportCategory
(CrashReportCategory p_164972_, LevelHeightAccessor p_164973_) default void
ServerLevelData.fillCrashReportCategory
(CrashReportCategory p_164976_, LevelHeightAccessor p_164977_) default void
WorldData.fillCrashReportCategory
(CrashReportCategory pCategory)