Uses of Class
net.minecraft.util.crash.CrashReportSection
Package | Description |
---|---|
net.minecraft.block.entity | |
net.minecraft.client.world | |
net.minecraft.entity | |
net.minecraft.util.crash | |
net.minecraft.world | |
net.minecraft.world.level |
-
Uses of CrashReportSection in net.minecraft.block.entity
Methods in net.minecraft.block.entity with parameters of type CrashReportSection Modifier and Type Method Description void
BlockEntity. populateCrashReport(CrashReportSection crashReportSection)
-
Uses of CrashReportSection in net.minecraft.client.world
Methods in net.minecraft.client.world that return CrashReportSection Modifier and Type Method Description CrashReportSection
ClientWorld. addDetailsToCrashReport(CrashReport report)
Methods in net.minecraft.client.world with parameters of type CrashReportSection Modifier and Type Method Description void
ClientWorld.Properties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world)
-
Uses of CrashReportSection in net.minecraft.entity
Methods in net.minecraft.entity with parameters of type CrashReportSection Modifier and Type Method Description void
Entity. populateCrashReport(CrashReportSection section)
void
FallingBlockEntity. populateCrashReport(CrashReportSection section)
-
Uses of CrashReportSection in net.minecraft.util.crash
Fields in net.minecraft.util.crash declared as CrashReportSection Modifier and Type Field Description private CrashReportSection
CrashReport. systemDetailsSection
Fields in net.minecraft.util.crash with type parameters of type CrashReportSection Modifier and Type Field Description private List<CrashReportSection>
CrashReport. otherSections
Methods in net.minecraft.util.crash that return CrashReportSection Modifier and Type Method Description CrashReportSection
CrashReportSection. add(String name, Object detail)
CrashReportSection
CrashReportSection. add(String name, CrashCallable<String> crashCallable)
CrashReportSection
CrashReport. addElement(String name)
CrashReportSection
CrashReport. addElement(String name, int ignoredStackTraceCallCount)
CrashReportSection
CrashReport. getSystemDetailsSection()
Methods in net.minecraft.util.crash with parameters of type CrashReportSection Modifier and Type Method Description static 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 CrashReportSection Modifier and Type Method Description CrashReportSection
World. addDetailsToCrashReport(CrashReport report)
Methods in net.minecraft.world with parameters of type CrashReportSection Modifier and Type Method Description default void
SaveProperties. populateCrashReport(CrashReportSection crashReportSection)
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 CrashReportSection Modifier and Type Method Description void
LevelProperties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world)
default void
ServerWorldProperties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world)
void
UnmodifiableLevelProperties. populateCrashReport(CrashReportSection reportSection, HeightLimitView world)