package net.minecraft.client.gui.components; public interface ResettableOptionWidget { void resetValue(); }