Class ButtonSetting
java.lang.Object
com.viaversion.viafabricplus.api.settings.AbstractSetting<Runnable>
com.viaversion.viafabricplus.api.settings.type.ButtonSetting
-
Constructor Summary
ConstructorsConstructorDescriptionButtonSetting(SettingGroup parent, net.minecraft.network.chat.MutableComponent name, Runnable onClick) -
Method Summary
Methods inherited from class AbstractSetting
getCurrentValue, getDefaultValue, getName, getTooltip, getTranslationKey, getValue, lockValue, mapTranslationKey, onValueChanged, setTooltip, setTooltip, setValue
-
Constructor Details
-
ButtonSetting
public ButtonSetting(SettingGroup parent, net.minecraft.network.chat.MutableComponent name, Runnable onClick)
-
-
Method Details
-
displayValue
public net.minecraft.network.chat.MutableComponent displayValue() -
write
public void write(com.google.gson.JsonObject object) - Specified by:
writein classAbstractSetting<Runnable>
-
read
public void read(com.google.gson.JsonObject object) - Specified by:
readin classAbstractSetting<Runnable>
-