Uses of Class
net.minecraft.util.crash.CrashReportSection
Packages that use CrashReportSection
Package
Description
The base package for all Minecraft classes.
-
Uses of CrashReportSection in net.minecraft
Methods in net.minecraft with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidclass_6360.class_6361.method_36567(CrashReportSection crashReportSection)voidclass_6360.class_6363.method_36573(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidBlockEntity.populateCrashReport(CrashReportSection crashReportSection) -
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 TypeMethodDescriptionvoidClientWorld.Properties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world) -
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.server
Methods in net.minecraft.server with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidMinecraftServer.populateCrashReport(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.server.dedicated
Methods in net.minecraft.server.dedicated with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidMinecraftDedicatedServer.populateCrashReport(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.server.integrated
Methods in net.minecraft.server.integrated with parameters of type CrashReportSectionModifier and TypeMethodDescriptionvoidIntegratedServer.populateCrashReport(CrashReportSection crashReportSection) -
Uses of CrashReportSection in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as CrashReportSectionFields in net.minecraft.util.crash with type parameters of type CrashReportSectionMethods in net.minecraft.util.crash that return CrashReportSectionModifier and TypeMethodDescriptionCrashReportSection.add(String name, CrashCallable<String> crashCallable)CrashReport.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.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 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 CrashReportSectionModifier and TypeMethodDescriptionvoidLevelProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)default voidServerWorldProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)voidUnmodifiableLevelProperties.populateCrashReport(CrashReportSection reportSection, HeightLimitView world)