Interface CyclingOption.class_5675<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.class_5675<T>
Mappings:
Namespace Name
official dqa$a
intermediary net/minecraft/class_4064$class_5675
named net/minecraft/client/option/CyclingOption$class_5675
  • 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 Ldqa$a;accept(Ldqo;Ldqn;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$class_5675;accept(Lnet/minecraft/client/option/GameOptions;Lnet/minecraft/client/option/Option;Ljava/lang/Object;)V