Package net.minecraft.client.option
Interface SimpleOption.class_7306<T>
- All Superinterfaces:
SimpleOption.Callbacks<T>,SimpleOption.class_7305<T>,SimpleOption.SliderCallbacks<T>
- Enclosing class:
SimpleOption<T>
@Environment(CLIENT)
static interface SimpleOption.class_7306<T>
extends SimpleOption.class_7305<T>, SimpleOption.SliderCallbacks<T>
- Mappings:
Namespace Name official ebt$jintermediary net/minecraft/class_7172$class_7306named net/minecraft/client/option/SimpleOption$class_7306
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.option.SimpleOption.class_7305
SimpleOption.class_7305.ValueSetter<T> -
Method Summary
Modifier and TypeMethodDescriptiondefault Function<SimpleOption<T>,ClickableWidget> getButtonCreator(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) booleanMethods inherited from interface net.minecraft.client.option.SimpleOption.Callbacks
codec, validateMethods inherited from interface net.minecraft.client.option.SimpleOption.class_7305
method_42721, valueSetterMethods inherited from interface net.minecraft.client.option.SimpleOption.SliderCallbacks
toSliderProgress, toValue
-
Method Details
-
method_42722
boolean method_42722()- Mappings:
Namespace Name Mixin selector official cLebt$j;c()Zintermediary method_42722Lnet/minecraft/class_7172$class_7306;method_42722()Znamed method_42722Lnet/minecraft/client/option/SimpleOption$class_7306;method_42722()Z
-
getButtonCreator
default Function<SimpleOption<T>,ClickableWidget> getButtonCreator(SimpleOption.TooltipFactory<T> tooltipFactory, GameOptions gameOptions, int x, int y, int width) - Specified by:
getButtonCreatorin interfaceSimpleOption.Callbacks<T>- Specified by:
getButtonCreatorin interfaceSimpleOption.class_7305<T>- Specified by:
getButtonCreatorin interfaceSimpleOption.SliderCallbacks<T>- Mappings:
Namespace Name Mixin selector official aLebt$o;a(Lebt$l;Lebu;III)Ljava/util/function/Function;intermediary method_41756Lnet/minecraft/class_7172$class_7178;method_41756(Lnet/minecraft/class_7172$class_7277;Lnet/minecraft/class_315;III)Ljava/util/function/Function;named getButtonCreatorLnet/minecraft/client/option/SimpleOption$Callbacks;getButtonCreator(Lnet/minecraft/client/option/SimpleOption$TooltipFactory;Lnet/minecraft/client/option/GameOptions;III)Ljava/util/function/Function;
-