Class Settings
java.lang.Object
meteordevelopment.meteorclient.settings.Settings
- All Implemented Interfaces:
Iterable<SettingGroup>,ISerializable<Settings>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGroup(String name) createGroup(String name, boolean expanded) fromTag(net.minecraft.nbt.NbtCompound tag) Setting<?> @NotNull Iterator<SettingGroup> iterator()voidvoidregisterColorSettings(Module module) voidreset()intvoidtick(WContainer settings, GuiTheme theme) net.minecraft.nbt.NbtCompoundtoTag()voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
groups
-
-
Constructor Details
-
Settings
public Settings()
-
-
Method Details
-
onActivated
public void onActivated() -
get
-
reset
public void reset() -
getGroup
-
sizeGroups
public int sizeGroups() -
getDefaultGroup
-
createGroup
-
createGroup
-
registerColorSettings
-
unregisterColorSettings
public void unregisterColorSettings() -
tick
-
iterator
- Specified by:
iteratorin interfaceIterable<SettingGroup>
-
toTag
public net.minecraft.nbt.NbtCompound toTag()- Specified by:
toTagin interfaceISerializable<Settings>
-
fromTag
- Specified by:
fromTagin interfaceISerializable<Settings>
-