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.entityMethods in net.minecraft.block.entity with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidBlockEntity.populateCrashReport(CrashReportSection crashReportSection) 
- 
Uses of CrashReportSection in net.minecraft.client.resourceMethods 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.worldMethods 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.entityMethods 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.utilMethods in net.minecraft.util with parameters of type CrashReportSectionModifier and TypeMethodDescriptionstatic voidWinNativeModuleUtil.addDetailTo(CrashReportSection section) 
- 
Uses of CrashReportSection in net.minecraft.util.crashFields 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) 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, @Nullable BlockState state) 
- 
Uses of CrashReportSection in net.minecraft.worldMethods 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.levelMethods 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)