Uses of Interface
net.minecraft.client.gui.components.debug.DebugScreenEntry
Packages that use DebugScreenEntry
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of DebugScreenEntry in net.minecraft.client.gui.components.debug
Classes in net.minecraft.client.gui.components.debug that implement DebugScreenEntryModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass(package private) classFields in net.minecraft.client.gui.components.debug with type parameters of type DebugScreenEntryModifier and TypeFieldDescriptionprivate static final Map<Identifier, DebugScreenEntry> DebugScreenEntries.ENTRIES_BY_IDMethods in net.minecraft.client.gui.components.debug that return DebugScreenEntryModifier and TypeMethodDescriptionstatic @Nullable DebugScreenEntryDebugScreenEntries.getEntry(Identifier pName) Methods in net.minecraft.client.gui.components.debug that return types with arguments of type DebugScreenEntryModifier and TypeMethodDescriptionstatic Map<Identifier, DebugScreenEntry> DebugScreenEntries.allEntries()Methods in net.minecraft.client.gui.components.debug with parameters of type DebugScreenEntryModifier and TypeMethodDescriptionprivate static IdentifierDebugScreenEntries.register(String pName, DebugScreenEntry pEntry) private static IdentifierDebugScreenEntries.register(Identifier pName, DebugScreenEntry pEntry) -
Uses of DebugScreenEntry in net.minecraft.client.gui.screens.debug
Fields in net.minecraft.client.gui.screens.debug with type parameters of type DebugScreenEntryModifier and TypeFieldDescriptionprivate static final Comparator<Map.Entry<Identifier, DebugScreenEntry>> DebugOptionsScreen.OptionList.COMPARATOR -
Uses of DebugScreenEntry in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type DebugScreenEntryModifier and TypeFieldDescriptionprivate final Map<Identifier, DebugScreenEntry> RegisterDebugEntriesEvent.entriesMethods in net.neoforged.neoforge.client.event with parameters of type DebugScreenEntryModifier and TypeMethodDescriptionvoidRegisterDebugEntriesEvent.register(Identifier id, DebugScreenEntry entry) Registers a newDebugScreenEntryto allow it to be used for debug rendering and state toggling.Constructor parameters in net.neoforged.neoforge.client.event with type arguments of type DebugScreenEntryModifierConstructorDescriptionRegisterDebugEntriesEvent(Map<Identifier, DebugScreenEntry> entries, Map<Identifier, DebugScreenEntryStatus> defaultProfile, Map<Identifier, DebugScreenEntryStatus> performanceProfile)