package net.minecraft.client.gui.screens.options; public interface HasDifficultyReaction { void onDifficultyChanged(); }