Interface GameOptionsChangedCallback.OnGameOptionsChange

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

@FunctionalInterface public static interface GameOptionsChangedCallback.OnGameOptionsChange
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onChanged(net.minecraft.client.option.GameOptions old, net.minecraft.client.option.GameOptions options)
    call back, when game options changes.
  • Method Details

    • onChanged

      void onChanged(net.minecraft.client.option.GameOptions old, net.minecraft.client.option.GameOptions options)
      call back, when game options changes.
      Parameters:
      old - the GameOptions before the change.
      options - the current GamePotions