Uses of Enum Class
net.minecraft.client.gui.components.debug.DebugScreenEntryStatus
Packages that use DebugScreenEntryStatus
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of DebugScreenEntryStatus in net.minecraft.client.gui.components.debug
Subclasses with type arguments of type DebugScreenEntryStatus in net.minecraft.client.gui.components.debugFields in net.minecraft.client.gui.components.debug with type parameters of type DebugScreenEntryStatusModifier and TypeFieldDescriptionprivate final Map<Identifier, DebugScreenEntryStatus> DebugScreenEntryList.allStatusesstatic final StringRepresentable.EnumCodec<DebugScreenEntryStatus> DebugScreenEntryStatus.CODECprivate final Optional<Map<Identifier, DebugScreenEntryStatus>> DebugScreenEntryList.SerializedOptions.customThe field for thecustomrecord component.private static final com.mojang.serialization.Codec<Map<Identifier, DebugScreenEntryStatus>> DebugScreenEntryList.SerializedOptions.CUSTOM_ENTRIES_CODECstatic final Map<DebugScreenProfile, Map<Identifier, DebugScreenEntryStatus>> DebugScreenEntries.PROFILESMethods in net.minecraft.client.gui.components.debug that return DebugScreenEntryStatusModifier and TypeMethodDescriptionDebugScreenEntryList.getStatus(Identifier location) static DebugScreenEntryStatusReturns the enum constant of this class with the specified name.static DebugScreenEntryStatus[]DebugScreenEntryStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gui.components.debug that return types with arguments of type DebugScreenEntryStatusModifier and TypeMethodDescriptionDebugScreenEntryList.SerializedOptions.custom()Returns the value of thecustomrecord component.Methods in net.minecraft.client.gui.components.debug with parameters of type DebugScreenEntryStatusModifier and TypeMethodDescriptionvoidDebugScreenEntryList.setStatus(Identifier location, DebugScreenEntryStatus status) Method parameters in net.minecraft.client.gui.components.debug with type arguments of type DebugScreenEntryStatusModifier and TypeMethodDescriptionprivate voidDebugScreenEntryList.resetStatuses(Map<Identifier, DebugScreenEntryStatus> newEntries) -
Uses of DebugScreenEntryStatus in net.minecraft.client.gui.screens.debug
Methods in net.minecraft.client.gui.screens.debug with parameters of type DebugScreenEntryStatusModifier and TypeMethodDescriptionprivate voidDebugOptionsScreen.OptionEntry.setValue(Identifier location, DebugScreenEntryStatus never) -
Uses of DebugScreenEntryStatus in net.neoforged.neoforge.client.event
Fields in net.neoforged.neoforge.client.event with type parameters of type DebugScreenEntryStatusModifier and TypeFieldDescriptionprivate final Map<Identifier, DebugScreenEntryStatus> RegisterDebugEntriesEvent.defaultProfileprivate final Map<Identifier, DebugScreenEntryStatus> RegisterDebugEntriesEvent.performanceProfileMethods in net.neoforged.neoforge.client.event that return types with arguments of type DebugScreenEntryStatusModifier and TypeMethodDescriptionprivate Map<Identifier, DebugScreenEntryStatus> RegisterDebugEntriesEvent.getProfileMap(DebugScreenProfile profile) RegisterDebugEntriesEvent.validateProfiles()Methods in net.neoforged.neoforge.client.event with parameters of type DebugScreenEntryStatusModifier and TypeMethodDescriptionvoidRegisterDebugEntriesEvent.includeInProfile(Identifier id, DebugScreenProfile profile, DebugScreenEntryStatus profileStatus) Includes the entry into the given profile.