Uses of Enum Class
net.minecraft.client.gui.components.debug.DebugScreenProfile
Packages that use DebugScreenProfile
Package
Description
Events fired only on the client-side, chiefly related to rendering and user interfaces (screens and input).
-
Uses of DebugScreenProfile in net.minecraft.client.gui.components.debug
Subclasses with type arguments of type DebugScreenProfile in net.minecraft.client.gui.components.debugFields in net.minecraft.client.gui.components.debug declared as DebugScreenProfileModifier and TypeFieldDescriptionprivate @Nullable DebugScreenProfileDebugScreenEntryList.profileFields in net.minecraft.client.gui.components.debug with type parameters of type DebugScreenProfileModifier and TypeFieldDescriptionstatic final StringRepresentable.EnumCodec<DebugScreenProfile> DebugScreenProfile.CODECprivate final Optional<DebugScreenProfile> DebugScreenEntryList.SerializedOptions.profileThe field for theprofilerecord component.static final Map<DebugScreenProfile, Map<Identifier, DebugScreenEntryStatus>> DebugScreenEntries.PROFILESMethods in net.minecraft.client.gui.components.debug that return DebugScreenProfileModifier and TypeMethodDescriptionstatic DebugScreenProfileReturns the enum constant of this class with the specified name.static DebugScreenProfile[]DebugScreenProfile.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 DebugScreenProfileModifier and TypeMethodDescriptionDebugScreenEntryList.SerializedOptions.profile()Returns the value of theprofilerecord component.Methods in net.minecraft.client.gui.components.debug with parameters of type DebugScreenProfileModifier and TypeMethodDescriptionbooleanDebugScreenEntryList.isUsingProfile(DebugScreenProfile profile) voidDebugScreenEntryList.loadProfile(DebugScreenProfile profile) private voidDebugScreenEntryList.resetToProfile(DebugScreenProfile profile) Constructor parameters in net.minecraft.client.gui.components.debug with type arguments of type DebugScreenProfileModifierConstructorDescription(package private)SerializedOptions(Optional<DebugScreenProfile> profile, Optional<Map<Identifier, DebugScreenEntryStatus>> custom) Creates an instance of aSerializedOptionsrecord class. -
Uses of DebugScreenProfile in net.minecraft.client.gui.screens.debug
Methods in net.minecraft.client.gui.screens.debug with parameters of type DebugScreenProfileModifier and TypeMethodDescriptionprivate voidDebugOptionsScreen.addProfileButton(DebugScreenProfile profile, LinearLayout bottomButtons) -
Uses of DebugScreenProfile in net.neoforged.neoforge.client.event
Methods in net.neoforged.neoforge.client.event that return types with arguments of type DebugScreenProfileMethods in net.neoforged.neoforge.client.event with parameters of type DebugScreenProfileModifier and TypeMethodDescriptionprivate Map<Identifier, DebugScreenEntryStatus> RegisterDebugEntriesEvent.getProfileMap(DebugScreenProfile profile) voidRegisterDebugEntriesEvent.includeInProfile(Identifier id, DebugScreenProfile profile, DebugScreenEntryStatus profileStatus) Includes the entry into the given profile.booleanRegisterDebugEntriesEvent.isIncludedInProfile(Identifier id, DebugScreenProfile profile) Returns true if the entry is included into the given profile.private @Nullable IllegalStateExceptionRegisterDebugEntriesEvent.validateProfile(DebugScreenProfile profile)