Uses of Class
net.minecraft.util.crash.CrashReportSection
Package
Description
-
Uses of CrashReportSection in net.minecraft.block.entity
Modifier and TypeMethodDescriptionvoid
BlockEntity.populateCrashReport
(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.client.resource
Modifier and TypeMethodDescriptionvoid
ResourceReloadLogger.RecoveryEntry.addRecoverySection
(CrashReportSection section) void
ResourceReloadLogger.ReloadState.addReloadSection
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.client.world
Modifier and TypeMethodDescriptionvoid
ClientWorld.Properties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) -
Uses of CrashReportSection in net.minecraft.entity
Modifier and TypeMethodDescriptionvoid
Entity.populateCrashReport
(CrashReportSection section) void
FallingBlockEntity.populateCrashReport
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.util
Modifier and TypeMethodDescriptionstatic void
WinNativeModuleUtil.addDetailTo
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.util.crash
Modifier and TypeFieldDescriptionprivate final List<CrashReportSection>
CrashReport.otherSections
Modifier and TypeMethodDescriptionCrashReportSection.add
(String name, CrashCallable<String> crashCallable) CrashReport.addElement
(String name) CrashReport.addElement
(String name, int ignoredStackTraceCallCount) Modifier and TypeMethodDescriptionstatic void
CrashReportSection.addBlockInfo
(CrashReportSection element, HeightLimitView world, BlockPos pos, @Nullable BlockState state) -
Uses of CrashReportSection in net.minecraft.world
Modifier and TypeMethodDescriptiondefault void
SaveProperties.populateCrashReport
(CrashReportSection section) default void
WorldProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) -
Uses of CrashReportSection in net.minecraft.world.level
Modifier and TypeMethodDescriptionvoid
LevelProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) default void
ServerWorldProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) void
UnmodifiableLevelProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world)