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>
  • Method Summary

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