Interface DebugScreenEntry
- All Known Implementing Classes:
DebugEntryBiome, DebugEntryChunkGeneration, DebugEntryChunkRenderStats, DebugEntryChunkSourceStats, DebugEntryDayCount, DebugEntryEntityRenderStats, DebugEntryFps, DebugEntryGpuUtilization, DebugEntryHeightmap, DebugEntryLight, DebugEntryLocalDifficulty, DebugEntryLookingAt, DebugEntryLookingAt.BlockStateInfo, DebugEntryLookingAt.BlockTagInfo, DebugEntryLookingAt.DebugEntryLookingAtState, DebugEntryLookingAt.DebugEntryLookingAtTags, DebugEntryLookingAt.FluidStateInfo, DebugEntryLookingAt.FluidTagInfo, DebugEntryLookingAtEntity, DebugEntryLookingAtEntityTags, DebugEntryMemory, DebugEntryNoop, DebugEntryParticleRenderStats, DebugEntryPosition, DebugEntryPostEffect, DebugEntrySectionPosition, DebugEntrySimplePerformanceImpactors, DebugEntrySoundMood, DebugEntrySpawnCounts, DebugEntrySystemSpecs, DebugEntryTps, DebugEntryVersion
public interface DebugScreenEntry
-
Method Summary
Modifier and TypeMethodDescriptiondefault DebugEntryCategorycategory()voiddisplay(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) default booleanisAllowed(boolean reducedDebugInfo)
-
Method Details
-
display
void display(DebugScreenDisplayer displayer, @Nullable Level serverOrClientLevel, @Nullable LevelChunk clientChunk, @Nullable LevelChunk serverChunk) -
isAllowed
default boolean isAllowed(boolean reducedDebugInfo) -
category
-