Uses of Class
net.minecraft.util.crash.CrashReportSection
Packages that use CrashReportSection
Package
Description
-
Uses of CrashReportSection in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidBlockEntity.populateCrashReport(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.client.world
Methods in net.minecraft.client.world that return CrashReportSection -
Uses of CrashReportSection in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidEntity.populateCrashReport(CrashReportSection section) voidFallingBlockEntity.populateCrashReport(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as CrashReportSectionModifier and TypeFieldDescriptionprivate final CrashReportSectionCrashReport.systemDetailsSectionMethods in net.minecraft.util.crash that return CrashReportSectionModifier and TypeMethodDescriptionCrashReport.addElement(String name) CrashReport.addElement(String name, int ignoredStackTraceCallCount) CrashReport.getSystemDetailsSection()Methods in net.minecraft.util.crash with parameters of type CrashReportSectionModifier and TypeMethodDescriptionstatic voidCrashReportSection.addBlockData(CrashReportSection section, BlockPos pos, Block block, int int2) static voidCrashReportSection.addBlockInfo(CrashReportSection element, BlockPos pos, BlockState state) -
Uses of CrashReportSection in net.minecraft.world
Methods in net.minecraft.world that return CrashReportSection -
Uses of CrashReportSection in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidLevelProperties.addToCrashReport(CrashReportSection section)