Interface CyclingOption.Setter<T>

Enclosing class:
CyclingOption<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @Environment(CLIENT) public static interface CyclingOption.Setter<T>
Mappings:
Namespace Name
official dxe$a
intermediary net/minecraft/class_4064$class_5675
named net/minecraft/client/option/CyclingOption$Setter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    accept(GameOptions gameOptions, Option option, T value)
     
  • Method Details

    • accept

      void accept(GameOptions gameOptions, Option option, T value)
      Mappings:
      Namespace Name Mixin selector
      official accept Ldxe$a;accept(Ldxs;Ldxr;Ljava/lang/Object;)V
      intermediary accept Lnet/minecraft/class_4064$class_5675;accept(Lnet/minecraft/class_315;Lnet/minecraft/class_316;Ljava/lang/Object;)V
      named accept Lnet/minecraft/client/option/CyclingOption$Setter;accept(Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/client/option/Option;Ljava/lang/Object;)V