Uses of Class
net.minecraft.util.crash.CrashReportSection
Package
Description
Contains utility method classes, various enums, serialization helpers, and
miscellaneous classes.
-
Uses of CrashReportSection in net.minecraft.block.entity
Modifier and TypeMethodDescriptionvoid
BlockEntity.populateCrashReport
(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.client
Modifier and TypeMethodDescriptionprivate void
MinecraftClient.addUptimesToCrashReport
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.client.network
Modifier and TypeMethodDescriptionvoid
ClientCommonNetworkHandler.addCustomCrashReportInfo
(CrashReportSection section) void
ClientLoginNetworkHandler.addCustomCrashReportInfo
(CrashReportSection section) -
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) Populates the crash report section to include the entity's information.void
FallingBlockEntity.populateCrashReport
(CrashReportSection section) Populates the crash report section to include the entity's information. -
Uses of CrashReportSection in net.minecraft.network.listener
Modifier and TypeMethodDescriptiondefault void
PacketListener.addCustomCrashReportInfo
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.server.network
Modifier and TypeMethodDescriptionvoid
ServerLoginNetworkHandler.addCustomCrashReportInfo
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.server.world
-
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> callable) 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)