Interface DebugHudEntry
- All Known Implementing Classes:
BiomeDebugHudEntry,ChunkGenerationStatsDebugHudEntry,ChunkRenderStatsDebugHudEntry,ChunkSourceStatsDebugHudEntry,EntityRenderStatsDebugHudEntry,EntitySpawnCountsDebugHudEntry,FpsDebugHudEntry,GameVersionDebugHudEntry,GpuUtilizationDebugHudEntry,HeightmapDebugHudEntry,LightLevelsDebugHudEntry,LocalDifficultyDebugHudEntry,LookingAtBlockDebugHudEntry,LookingAtEntityDebugHudEntry,LookingAtFluidDebugHudEntry,MemoryDebugHudEntry,ParticleRenderStatsDebugHudEntry,PlayerPositionDebugHudEntry,PlayerSectionPositionDebugHudEntry,PostEffectDebugHudEntry,RendererDebugHudEntry,SimplePerformanceImpactorsDebugHudEntry,SoundMoodDebugHudEntry,SystemSpecsDebugHudEntry,TpsDebugHudEntry
@Environment(CLIENT)
public interface DebugHudEntry
- Mappings:
Namespace Name named net/minecraft/client/gui/hud/debug/DebugHudEntryintermediary net/minecraft/class_11632official gkg
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleancanShow(boolean reducedDebugInfo) default DebugHudEntryCategoryvoidrender(DebugHudLines lines, @Nullable World world, @Nullable WorldChunk clientChunk, @Nullable WorldChunk chunk)
-
Method Details
-
render
void render(DebugHudLines lines, @Nullable World world, @Nullable WorldChunk clientChunk, @Nullable WorldChunk chunk) - Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/hud/debug/DebugHudEntry;render(Lnet/minecraft/client/gui/hud/debug/DebugHudLines;Lnet/minecraft/world/World;Lnet/minecraft/world/chunk/WorldChunk;Lnet/minecraft/world/chunk/WorldChunk;)Vintermediary method_72751Lnet/minecraft/class_11632;method_72751(Lnet/minecraft/class_11630;Lnet/minecraft/class_1937;Lnet/minecraft/class_2818;Lnet/minecraft/class_2818;)Vofficial aLgkg;a(Lgke;Ldva;Lepd;Lepd;)V
-
canShow
default boolean canShow(boolean reducedDebugInfo) - Mappings:
Namespace Name Mixin selector named canShowLnet/minecraft/client/gui/hud/debug/DebugHudEntry;canShow(Z)Zintermediary method_72753Lnet/minecraft/class_11632;method_72753(Z)Zofficial aLgkg;a(Z)Z
-
getCategory
- Mappings:
Namespace Name Mixin selector named getCategoryLnet/minecraft/client/gui/hud/debug/DebugHudEntry;getCategory()Lnet/minecraft/client/gui/hud/debug/DebugHudEntryCategory;intermediary method_72759Lnet/minecraft/class_11632;method_72759()Lnet/minecraft/class_11605;official aLgkg;a()Lgjf;
-