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 name) Creates a CrashReportCategoryCrashReport.addCategory(String name, int nestedOffset) Creates a CrashReportCategory for the given stack trace depthstatic CrashReportCategoryCrashReportCategory.populateBlockLocationDetails(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor, BlockPos pos) Adds a Crashreport section with the given name with the given value (converted.toString())CrashReportCategory.setDetail(String key, CrashReportDetail<String> callback) 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 voidCrashReportCategory.populateBlockDetails(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor, BlockPos pos, BlockState state) static CrashReportCategoryCrashReportCategory.populateBlockLocationDetails(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor, BlockPos pos) -
Uses of CrashReportCategory in net.minecraft.client
Methods in net.minecraft.client with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoidResourceLoadStateTracker.RecoveryInfo.fillCrashInfo(CrashReportCategory category) voidResourceLoadStateTracker.ReloadState.fillCrashInfo(CrashReportCategory category) voidMouseHandler.fillMousePositionDetails(CrashReportCategory category, Window window) private voidMinecraft.fillUptime(CrashReportCategory category) -
Uses of CrashReportCategory in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer that return CrashReportCategoryModifier and TypeMethodDescriptionClientLevel.fillReportDetails(CrashReport report) Adds some basic stats of the world to the given crash report.Methods in net.minecraft.client.multiplayer with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoidClientLevel.ClientLevelData.fillCrashReportCategory(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor) voidClientCommonPacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport report, CrashReportCategory connectionDetails) voidClientHandshakePacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport report, CrashReportCategory connectionDetails) -
Uses of CrashReportCategory in net.minecraft.client.renderer.blockentity.state
Methods in net.minecraft.client.renderer.blockentity.state with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoidBlockEntityRenderState.fillCrashReportCategory(CrashReportCategory category) -
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(EntityRenderer<?, S> renderer, CrashReport report) -
Uses of CrashReportCategory in net.minecraft.client.renderer.entity.state
Methods in net.minecraft.client.renderer.entity.state with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoidEntityRenderState.fillCrashReportCategory(CrashReportCategory category) -
Uses of CrashReportCategory in net.minecraft.network
Methods in net.minecraft.network with parameters of type CrashReportCategoryModifier and TypeMethodDescriptiondefault voidPacketListener.fillListenerSpecificCrashDetails(CrashReport report, CrashReportCategory connectionDetails) -
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 TypeMethodDescriptionvoidServerLoginPacketListenerImpl.fillListenerSpecificCrashDetails(CrashReport report, CrashReportCategory connectionDetails) -
Uses of CrashReportCategory in net.minecraft.util
Methods in net.minecraft.util with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionstatic voidNativeModuleLister.addCrashSection(CrashReportCategory category) -
Uses of CrashReportCategory in net.minecraft.world.entity
Methods in net.minecraft.world.entity with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoidEntity.fillCrashReportCategory(CrashReportCategory category) -
Uses of CrashReportCategory in net.minecraft.world.entity.item
Methods in net.minecraft.world.entity.item with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoidFallingBlockEntity.fillCrashReportCategory(CrashReportCategory category) -
Uses of CrashReportCategory in net.minecraft.world.level
Methods in net.minecraft.world.level that return CrashReportCategoryModifier and TypeMethodDescriptionLevel.fillReportDetails(CrashReport report) 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 TypeMethodDescriptionvoidBlockEntity.fillCrashReportCategory(CrashReportCategory category) -
Uses of CrashReportCategory in net.minecraft.world.level.storage
Methods in net.minecraft.world.level.storage with parameters of type CrashReportCategoryModifier and TypeMethodDescriptionvoidDerivedLevelData.fillCrashReportCategory(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor) default voidLevelData.fillCrashReportCategory(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor) voidPrimaryLevelData.fillCrashReportCategory(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor) default voidServerLevelData.fillCrashReportCategory(CrashReportCategory category, LevelHeightAccessor levelHeightAccessor) default voidWorldData.fillCrashReportCategory(CrashReportCategory category)