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