Class StringListSetting
java.lang.Object
meteordevelopment.meteorclient.settings.Setting<List<String>>
meteordevelopment.meteorclient.settings.StringListSetting
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class meteordevelopment.meteorclient.settings.Setting
Setting.SettingBuilder<B,V, S> -
Field Summary
FieldsFields inherited from class meteordevelopment.meteorclient.settings.Setting
defaultValue, description, lastWasVisible, module, name, onModuleActivated, title, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfillTable(GuiTheme theme, WTable table, StringListSetting setting) protected booleanisValueValid(List<String> value) load(net.minecraft.nbt.NbtCompound tag) voidnet.minecraft.nbt.NbtCompoundsave(net.minecraft.nbt.NbtCompound tag) Methods inherited from class meteordevelopment.meteorclient.settings.Setting
equals, fromTag, get, getDefaultValue, getIdentifierSuggestions, getSuggestions, hashCode, isVisible, onActivated, onChanged, parse, parseId, reset, set, toString, toTag, wasChanged
-
Field Details
-
renderer
-
filter
-
-
Constructor Details
-
StringListSetting
-
-
Method Details
-
parseImpl
-
isValueValid
- Specified by:
isValueValidin classSetting<List<String>>
-
save
public net.minecraft.nbt.NbtCompound save(net.minecraft.nbt.NbtCompound tag) -
load
-
resetImpl
public void resetImpl() -
fillTable
-