Uses of Class
net.minecraft.util.crash.CrashReportSection
| Package | Description |
|---|---|
| net.minecraft.block.entity | |
| net.minecraft.client.world | |
| net.minecraft.entity | |
| net.minecraft.util.crash | |
| net.minecraft.world | |
| net.minecraft.world.level |
-
Uses of CrashReportSection in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type CrashReportSection Modifier and Type Method Description voidBlockEntity. populateCrashReport(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.client.world
Methods in net.minecraft.client.world that return CrashReportSection Modifier and Type Method Description CrashReportSectionClientWorld. addDetailsToCrashReport(CrashReport report)Methods in net.minecraft.client.world with parameters of type CrashReportSection Modifier and Type Method Description voidClientWorld.Properties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world) -
Uses of CrashReportSection in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CrashReportSection Modifier and Type Method Description voidEntity. populateCrashReport(CrashReportSection section)voidFallingBlockEntity. populateCrashReport(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as CrashReportSection Modifier and Type Field Description private CrashReportSectionCrashReport. systemDetailsSectionFields in net.minecraft.util.crash with type parameters of type CrashReportSection Modifier and Type Field Description private List<CrashReportSection>CrashReport. otherSectionsMethods in net.minecraft.util.crash that return CrashReportSection Modifier and Type Method Description CrashReportSectionCrashReportSection. add(String name, Object detail)CrashReportSectionCrashReportSection. add(String name, CrashCallable<String> crashCallable)CrashReportSectionCrashReport. addElement(String name)CrashReportSectionCrashReport. addElement(String name, int ignoredStackTraceCallCount)CrashReportSectionCrashReport. getSystemDetailsSection()Methods in net.minecraft.util.crash with parameters of type CrashReportSection Modifier and Type Method Description static voidCrashReportSection. addBlockInfo(CrashReportSection element, HeightLimitView world, BlockPos pos, @Nullable BlockState state) -
Uses of CrashReportSection in net.minecraft.world
Methods in net.minecraft.world that return CrashReportSection Modifier and Type Method Description CrashReportSectionWorld. addDetailsToCrashReport(CrashReport report)Methods in net.minecraft.world with parameters of type CrashReportSection Modifier and Type Method Description default voidSaveProperties. populateCrashReport(CrashReportSection crashReportSection)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 CrashReportSection Modifier and Type Method Description voidLevelProperties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world)default voidServerWorldProperties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world)voidUnmodifiableLevelProperties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world)