Uses of Class
net.minecraft.client.ProgressOption
Packages that use ProgressOption
-
Uses of ProgressOption in net.minecraft.client
Subclasses of ProgressOption in net.minecraft.clientModifier and TypeClassDescriptionclassclassFields in net.minecraft.client declared as ProgressOptionModifier and TypeFieldDescriptionstatic final ProgressOptionOption.BIOME_BLEND_RADIUSstatic final ProgressOptionOption.CHAT_DELAYstatic final ProgressOptionOption.CHAT_HEIGHT_FOCUSEDstatic final ProgressOptionOption.CHAT_HEIGHT_UNFOCUSEDstatic final ProgressOptionOption.CHAT_LINE_SPACINGstatic final ProgressOptionOption.CHAT_OPACITYstatic final ProgressOptionOption.CHAT_SCALEstatic final ProgressOptionOption.CHAT_WIDTHstatic final ProgressOptionOption.ENTITY_DISTANCE_SCALINGstatic final ProgressOptionOption.FOVstatic final ProgressOptionOption.FOV_EFFECTS_SCALEstatic final ProgressOptionOption.FRAMERATE_LIMITstatic final ProgressOptionOption.GAMMAstatic final ProgressOptionOption.MIPMAP_LEVELSstatic final ProgressOptionOption.MOUSE_WHEEL_SENSITIVITYstatic final ProgressOptionOption.RENDER_DISTANCEstatic final ProgressOptionOption.SCREEN_EFFECTS_SCALEstatic final ProgressOptionOption.SENSITIVITYstatic final ProgressOptionOption.SIMULATION_DISTANCEstatic final ProgressOptionOption.TEXT_BACKGROUND_OPACITYFields in net.minecraft.client with type parameters of type ProgressOptionModifier and TypeFieldDescriptionprivate final BiFunction<Options,ProgressOption, Component> ProgressOption.toStringConstructor parameters in net.minecraft.client with type arguments of type ProgressOptionModifierConstructorDescriptionLogaritmicProgressOption(String p_90966_, double p_90967_, double p_90968_, float p_90969_, Function<Options, Double> p_90970_, BiConsumer<Options, Double> p_90971_, BiFunction<Options, ProgressOption, Component> p_90972_) ProgressOption(String p_92211_, double p_92212_, double p_92213_, float p_92214_, Function<Options, Double> p_92215_, BiConsumer<Options, Double> p_92216_, BiFunction<Options, ProgressOption, Component> p_92217_) ProgressOption(String p_168540_, double p_168541_, double p_168542_, float p_168543_, Function<Options, Double> p_168544_, BiConsumer<Options, Double> p_168545_, BiFunction<Options, ProgressOption, Component> p_168546_, Function<Minecraft, List<FormattedCharSequence>> p_168547_) -
Uses of ProgressOption in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as ProgressOptionConstructors in net.minecraft.client.gui.components with parameters of type ProgressOptionModifierConstructorDescriptionSliderButton(Options p_169060_, int p_169061_, int p_169062_, int p_169063_, int p_169064_, ProgressOption p_169065_, List<FormattedCharSequence> p_169066_)