Interface SimpleOption.class_7275

All Superinterfaces:
SimpleOption.Callbacks<Integer>, SimpleOption.SliderCallbacks<Integer>
All Known Implementing Classes:
SimpleOption.IntSliderCallbacks
Enclosing class:
SimpleOption<T>

@Environment(CLIENT) static interface SimpleOption.class_7275 extends SimpleOption.SliderCallbacks<Integer>
Mappings:
Namespace Name
official ebi$e
intermediary net/minecraft/class_7172$class_7275
named net/minecraft/client/option/SimpleOption$class_7275
  • Method Details

    • minInclusive

      int minInclusive()
      Mappings:
      Namespace Name Mixin selector
      official a Lebi$e;a()I
      intermediary comp_593 Lnet/minecraft/class_7172$class_7275;comp_593()I
      named minInclusive Lnet/minecraft/client/option/SimpleOption$class_7275;minInclusive()I
    • maxInclusive

      int maxInclusive()
      Mappings:
      Namespace Name Mixin selector
      official b Lebi$e;b()I
      intermediary comp_594 Lnet/minecraft/class_7172$class_7275;comp_594()I
      named maxInclusive Lnet/minecraft/client/option/SimpleOption$class_7275;maxInclusive()I
    • getButtonCreator

      default Function<SimpleOption<Integer>,ClickableWidget> getButtonCreator(SimpleOption.class_7277<Integer> tooltipFactory, GameOptions gameOptions, int x, int y, int width)
      Specified by:
      getButtonCreator in interface SimpleOption.Callbacks<Integer>
      Mappings:
      Namespace Name Mixin selector
      official a Lebi$k;a(Lebi$i;Lebj;III)Ljava/util/function/Function;
      intermediary method_41756 Lnet/minecraft/class_7172$class_7178;method_41756(Lnet/minecraft/class_7172$class_7277;Lnet/minecraft/class_315;III)Ljava/util/function/Function;
      named getButtonCreator Lnet/minecraft/client/option/SimpleOption$Callbacks;getButtonCreator(Lnet/minecraft/client/option/SimpleOption$class_7277;Lnet/minecraft/client/option/GameOptions;III)Ljava/util/function/Function;
    • toSliderProgress

      default double toSliderProgress(Integer integer)
      Specified by:
      toSliderProgress in interface SimpleOption.SliderCallbacks<Integer>
      Mappings:
      Namespace Name Mixin selector
      official b Lebi$e;b(Ljava/lang/Integer;)D
      intermediary method_42415 Lnet/minecraft/class_7172$class_7275;method_42415(Ljava/lang/Integer;)D
      named toSliderProgress Lnet/minecraft/client/option/SimpleOption$class_7275;toSliderProgress(Ljava/lang/Integer;)D
    • toValue

      default Integer toValue(double double2)
      Specified by:
      toValue in interface SimpleOption.SliderCallbacks<Integer>
      Mappings:
      Namespace Name Mixin selector
      official a Lebi$e;a(D)Ljava/lang/Integer;
      intermediary method_42412 Lnet/minecraft/class_7172$class_7275;method_42412(D)Ljava/lang/Integer;
      named toValue Lnet/minecraft/client/option/SimpleOption$class_7275;toValue(D)Ljava/lang/Integer;
    • method_42414

      default <R> SimpleOption.SliderCallbacks<R> method_42414(IntFunction<? extends R> intFunction, ToIntFunction<? super R> toIntFunction)
      Mappings:
      Namespace Name Mixin selector
      official a Lebi$e;a(Ljava/util/function/IntFunction;Ljava/util/function/ToIntFunction;)Lebi$h;
      intermediary method_42414 Lnet/minecraft/class_7172$class_7275;method_42414(Ljava/util/function/IntFunction;Ljava/util/function/ToIntFunction;)Lnet/minecraft/class_7172$class_7176;
      named method_42414 Lnet/minecraft/client/option/SimpleOption$class_7275;method_42414(Ljava/util/function/IntFunction;Ljava/util/function/ToIntFunction;)Lnet/minecraft/client/option/SimpleOption$SliderCallbacks;