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<ResourceLocation, DebugScreenEntry> DebugScreenEntries.ENTRIES_BY_LOCATIONMethods in net.minecraft.client.gui.components.debug that return DebugScreenEntryModifier and TypeMethodDescriptionstatic DebugScreenEntryDebugScreenEntries.getEntry(ResourceLocation name) Methods in net.minecraft.client.gui.components.debug that return types with arguments of type DebugScreenEntryModifier and TypeMethodDescriptionstatic Map<ResourceLocation, DebugScreenEntry> DebugScreenEntries.allEntries()Methods in net.minecraft.client.gui.components.debug with parameters of type DebugScreenEntryModifier and TypeMethodDescriptionprivate static ResourceLocationDebugScreenEntries.register(String name, DebugScreenEntry entry) private static ResourceLocationDebugScreenEntries.register(ResourceLocation name, DebugScreenEntry entry) -
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<ResourceLocation, 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<ResourceLocation, DebugScreenEntry> RegisterDebugEntriesEvent.entriesMethods in net.neoforged.neoforge.client.event with parameters of type DebugScreenEntryModifier and TypeMethodDescriptionvoidRegisterDebugEntriesEvent.register(ResourceLocation 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<ResourceLocation, DebugScreenEntry> entries, Map<ResourceLocation, DebugScreenEntryStatus> defaultProfile, Map<ResourceLocation, DebugScreenEntryStatus> performanceProfile)