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