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.entity
Methods in net.minecraft.block.entity with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoid
BlockEntity.populateCrashReport
(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.client
Methods in net.minecraft.client with parameters of type CrashReportSectionModifier and TypeMethodDescriptionprivate void
MinecraftClient.addUptimesToCrashReport
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoid
ClientCommonNetworkHandler.addCustomCrashReportInfo
(CrashReportSection section) void
ClientLoginNetworkHandler.addCustomCrashReportInfo
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.client.resource
Methods in net.minecraft.client.resource with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoid
ResourceReloadLogger.RecoveryEntry.addRecoverySection
(CrashReportSection section) void
ResourceReloadLogger.ReloadState.addReloadSection
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.client.world
Methods in net.minecraft.client.world that return CrashReportSectionMethods in net.minecraft.client.world with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoid
ClientWorld.Properties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) -
Uses of CrashReportSection in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CrashReportSectionModifier 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
Methods in net.minecraft.network.listener with parameters of type CrashReportSectionModifier and TypeMethodDescriptiondefault void
PacketListener.addCustomCrashReportInfo
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.server.network
Methods in net.minecraft.server.network with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoid
ServerLoginNetworkHandler.addCustomCrashReportInfo
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.server.world
Methods in net.minecraft.server.world that return CrashReportSection -
Uses of CrashReportSection in net.minecraft.util
Methods in net.minecraft.util with parameters of type CrashReportSectionModifier and TypeMethodDescriptionstatic void
WinNativeModuleUtil.addDetailTo
(CrashReportSection section) -
Uses of CrashReportSection in net.minecraft.util.crash
Fields in net.minecraft.util.crash with type parameters of type CrashReportSectionModifier and TypeFieldDescriptionprivate final List<CrashReportSection>
CrashReport.otherSections
Methods 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 void
CrashReportSection.addBlockInfo
(CrashReportSection element, HeightLimitView world, BlockPos pos, @Nullable BlockState state) -
Uses of CrashReportSection in net.minecraft.world
Methods in net.minecraft.world that return CrashReportSectionMethods in net.minecraft.world with parameters of type CrashReportSectionModifier and TypeMethodDescriptiondefault void
SaveProperties.populateCrashReport
(CrashReportSection section) default void
WorldProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) -
Uses of CrashReportSection in net.minecraft.world.level
Methods in net.minecraft.world.level with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoid
LevelProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) default void
ServerWorldProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world) void
UnmodifiableLevelProperties.populateCrashReport
(CrashReportSection reportSection, HeightLimitView world)