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 pDisplayer, Level pLevel, LevelChunk pClientChunk, LevelChunk pServerChunk) default booleanisAllowed(boolean pReducedDebugInfo)
-
Method Details
-
display
void display(DebugScreenDisplayer pDisplayer, @Nullable Level pLevel, @Nullable LevelChunk pClientChunk, @Nullable LevelChunk pServerChunk) -
isAllowed
default boolean isAllowed(boolean pReducedDebugInfo) -
category
-