Uses of Class
net.minecraft.util.crash.CrashReportSection
Packages that use CrashReportSection
Package
Description
Contains utility method classes, various enums, serialization helpers, and
 miscellaneous classes.
- 
Uses of CrashReportSection in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidBlockEntity.populateCrashReport(CrashReportSection crashReportSection)  - 
Uses of CrashReportSection in net.minecraft.client
Methods in net.minecraft.client with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidMouse.addCrashReportSection(CrashReportSection section, Window window) private voidMinecraftClient.addUptimesToCrashReport(CrashReportSection section)  - 
Uses of CrashReportSection in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidClientCommonNetworkHandler.addCustomCrashReportInfo(CrashReport report, CrashReportSection section) voidClientLoginNetworkHandler.addCustomCrashReportInfo(CrashReport report, CrashReportSection section)  - 
Uses of CrashReportSection in net.minecraft.client.render.entity
Methods in net.minecraft.client.render.entity that return CrashReportSectionModifier and TypeMethodDescriptionprivate <S extends EntityRenderState>
CrashReportSectionEntityRenderDispatcher.addRendererDetails(double x, double y, double z, EntityRenderer<?, S> renderer, CrashReport crashReport)  - 
Uses of CrashReportSection in net.minecraft.client.render.entity.state
Methods in net.minecraft.client.render.entity.state with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidEntityRenderState.addCrashReportDetails(CrashReportSection crashReportSection)  - 
Uses of CrashReportSection in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidResourceReloadLogger.RecoveryEntry.addRecoverySection(CrashReportSection section) voidResourceReloadLogger.ReloadState.addReloadSection(CrashReportSection section)  - 
Uses of CrashReportSection in net.minecraft.client.world
Methods in net.minecraft.client.world that return CrashReportSectionMethods in net.minecraft.client.world with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidClientWorld.Properties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)  - 
Uses of CrashReportSection in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidEntity.populateCrashReport(CrashReportSection section) Populates the crash report section to include the entity's information.voidFallingBlockEntity.populateCrashReport(CrashReportSection section) Populates the crash report section to include the entity's information. - 
Uses of CrashReportSection in net.minecraft.network.listener
Methods in net.minecraft.network.listener with parameters of type CrashReportSectionModifier and TypeMethodDescriptiondefault voidPacketListener.addCustomCrashReportInfo(CrashReport report, CrashReportSection section)  - 
Uses of CrashReportSection in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidServerLoginNetworkHandler.addCustomCrashReportInfo(CrashReport report, CrashReportSection section)  - 
Uses of CrashReportSection in net.minecraft.server.world
Methods in net.minecraft.server.world that return CrashReportSection - 
Uses of CrashReportSection in net.minecraft.util
Methods in net.minecraft.util with parameters of type CrashReportSectionModifier and TypeMethodDescriptionstatic voidWinNativeModuleUtil.addDetailTo(CrashReportSection section)  - 
Uses of CrashReportSection in net.minecraft.util.crash
Fields in net.minecraft.util.crash with type parameters of type CrashReportSectionModifier and TypeFieldDescriptionprivate final List<CrashReportSection> CrashReport.otherSectionsMethods in net.minecraft.util.crash that return CrashReportSectionModifier and TypeMethodDescriptionCrashReportSection.add(String name, CrashCallable<String> callable) static CrashReportSectionCrashReportSection.addBlockLocation(CrashReportSection element, HeightLimitView world, BlockPos pos) CrashReport.addElement(String name) CrashReport.addElement(String name, int ignoredStackTraceCallCount) Methods in net.minecraft.util.crash with parameters of type CrashReportSectionModifier and TypeMethodDescriptionstatic voidCrashReportSection.addBlockInfo(CrashReportSection element, HeightLimitView world, BlockPos pos, BlockState state) static CrashReportSectionCrashReportSection.addBlockLocation(CrashReportSection element, HeightLimitView world, BlockPos pos)  - 
Uses of CrashReportSection in net.minecraft.world
Methods in net.minecraft.world that return CrashReportSectionMethods in net.minecraft.world with parameters of type CrashReportSectionModifier and TypeMethodDescriptiondefault voidSaveProperties.populateCrashReport(CrashReportSection section) default voidWorldProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)  - 
Uses of CrashReportSection in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidLevelProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world) default voidServerWorldProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world) voidUnmodifiableLevelProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)