Uses of Interface
net.minecraft.client.option.SimpleOption.class_7277
Packages that use SimpleOption.class_7277
-
Uses of SimpleOption.class_7277 in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as SimpleOption.class_7277Modifier and TypeFieldDescriptionprivate SimpleOption.class_7277<T>CyclingButtonWidget.Builder.tooltipFactoryprivate final SimpleOption.class_7277<T>CyclingButtonWidget.tooltipFactoryMethods in net.minecraft.client.gui.widget with parameters of type SimpleOption.class_7277Modifier and TypeMethodDescriptionCyclingButtonWidget.Builder.tooltip(SimpleOption.class_7277<T> tooltipFactory) Sets the tooltip factory that provides tooltips for any of the values.Constructors in net.minecraft.client.gui.widget with parameters of type SimpleOption.class_7277ModifierConstructorDescription(package private)CyclingButtonWidget(int x, int y, int width, int height, Text message, Text optionText, int index, T value, CyclingButtonWidget.Values<T> values, Function<T, Text> valueToText, Function<CyclingButtonWidget<T>, MutableText> narrationMessageFactory, CyclingButtonWidget.UpdateCallback<T> callback, SimpleOption.class_7277<T> tooltipFactory, boolean optionTextOmitted) -
Uses of SimpleOption.class_7277 in net.minecraft.client.option
Fields in net.minecraft.client.option declared as SimpleOption.class_7277Modifier and TypeFieldDescriptionprivate final SimpleOption.class_7277<N>SimpleOption.OptionSliderWidgetImpl.tooltipFactoryFields in net.minecraft.client.option with type parameters of type SimpleOption.class_7277Modifier and TypeFieldDescriptionprivate final Function<MinecraftClient,SimpleOption.class_7277<T>> SimpleOption.tooltipFactoryGetterMethods in net.minecraft.client.option that return types with arguments of type SimpleOption.class_7277Modifier and TypeMethodDescriptionstatic <T> Function<MinecraftClient,SimpleOption.class_7277<T>> SimpleOption.method_42399()Methods in net.minecraft.client.option with parameters of type SimpleOption.class_7277Modifier and TypeMethodDescriptionSimpleOption.Callbacks.getButtonCreator(SimpleOption.class_7277<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) SimpleOption.class_7273.getButtonCreator(SimpleOption.class_7277<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) default Function<SimpleOption<Integer>,ClickableWidget> SimpleOption.class_7275.getButtonCreator(SimpleOption.class_7277<Integer> tooltipFactory, GameOptions gameOptions, int x, int y, int width) SimpleOption.class_7276.getButtonCreator(SimpleOption.class_7277<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) SimpleOption.DoubleSliderCallbacks.getButtonCreator(SimpleOption.class_7277<Double> tooltipFactory, GameOptions gameOptions, int x, int y, int width) SimpleOption.PotentialValuesBasedCallbacks.getButtonCreator(SimpleOption.class_7277<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) Method parameters in net.minecraft.client.option with type arguments of type SimpleOption.class_7277Modifier and TypeMethodDescriptionstatic SimpleOption<Boolean>SimpleOption.ofBoolean(String key, Function<MinecraftClient, SimpleOption.class_7277<Boolean>> tooltipFactoryGetter, boolean defaultValue) static SimpleOption<Boolean>SimpleOption.ofBoolean(String key, Function<MinecraftClient, SimpleOption.class_7277<Boolean>> tooltipFactoryGetter, boolean defaultValue, Consumer<Boolean> changeCallback) Constructors in net.minecraft.client.option with parameters of type SimpleOption.class_7277ModifierConstructorDescription(package private)OptionSliderWidgetImpl(GameOptions options, int x, int y, int width, int height, SimpleOption<N> option, SimpleOption.SliderCallbacks<N> callbacks, SimpleOption.class_7277<N> tooltipFactory) Constructor parameters in net.minecraft.client.option with type arguments of type SimpleOption.class_7277ModifierConstructorDescriptionSimpleOption(String string, Function<MinecraftClient, SimpleOption.class_7277<T>> tooltipFactoryGetter, Function<T, Text> textGetter, SimpleOption.Callbacks<T> callbacks, com.mojang.serialization.Codec<T> codec, T t, Consumer<T> consumer) SimpleOption(String string, Function<MinecraftClient, SimpleOption.class_7277<T>> function, Function<T, Text> function2, SimpleOption.Callbacks<T> callbacks, T t, Consumer<T> consumer)