Uses of Record Class
net.minecraft.client.gui.components.debug.DebugEntryCategory
Packages that use DebugEntryCategory
-
Uses of DebugEntryCategory in net.minecraft.client.gui.components.debug
Fields in net.minecraft.client.gui.components.debug declared as DebugEntryCategoryModifier and TypeFieldDescriptionstatic final DebugEntryCategoryDebugEntryCategory.RENDERERstatic final DebugEntryCategoryDebugEntryCategory.SCREEN_TEXTMethods in net.minecraft.client.gui.components.debug that return DebugEntryCategoryModifier and TypeMethodDescriptionDebugEntryNoop.category()default DebugEntryCategoryDebugScreenEntry.category() -
Uses of DebugEntryCategory in net.neoforged.neoforge.client
Method parameters in net.neoforged.neoforge.client with type arguments of type DebugEntryCategoryModifier and TypeMethodDescriptionstatic voidClientHooks.updateDebugScreenEntriesForSearch(String searchText, Consumer<DebugEntryCategory> addCategory, Consumer<Identifier> addEntry)