Package net.minecraft.client.option
Interface SimpleOption.SliderCallbacks<T>
- All Superinterfaces:
SimpleOption.Callbacks<T>
- All Known Subinterfaces:
SimpleOption.class_7275
- All Known Implementing Classes:
SimpleOption.DoubleSliderCallbacks,SimpleOption.IntSliderCallbacks
- Enclosing class:
SimpleOption<T>
@Environment(CLIENT)
static interface SimpleOption.SliderCallbacks<T>
extends SimpleOption.Callbacks<T>
- Mappings:
Namespace Name official ebi$hintermediary net/minecraft/class_7172$class_7176named net/minecraft/client/option/SimpleOption$SliderCallbacks
-
Method Summary
Modifier and TypeMethodDescriptiondoubletoSliderProgress(T value) toValue(double sliderProgress) Methods inherited from interface net.minecraft.client.option.SimpleOption.Callbacks
codec, getButtonCreator, validate
-
Method Details
-
toSliderProgress
- Mappings:
Namespace Name Mixin selector official bLebi$h;b(Ljava/lang/Object;)Dintermediary method_41765Lnet/minecraft/class_7172$class_7176;method_41765(Ljava/lang/Object;)Dnamed toSliderProgressLnet/minecraft/client/option/SimpleOption$SliderCallbacks;toSliderProgress(Ljava/lang/Object;)D
-
toValue
- Mappings:
Namespace Name Mixin selector official bLebi$h;b(D)Ljava/lang/Object;intermediary method_41763Lnet/minecraft/class_7172$class_7176;method_41763(D)Ljava/lang/Object;named toValueLnet/minecraft/client/option/SimpleOption$SliderCallbacks;toValue(D)Ljava/lang/Object;
-