Package io.github.kosmx.emotes.common
Class SerializableConfig.ListConfigEntry<T>
java.lang.Object
io.github.kosmx.emotes.common.SerializableConfig.ConfigEntry<List<T>>
io.github.kosmx.emotes.common.SerializableConfig.ListConfigEntry<T>
- Enclosing class:
SerializableConfig
public static class SerializableConfig.ListConfigEntry<T>
extends SerializableConfig.ConfigEntry<List<T>>
-
Field Summary
Fields inherited from class io.github.kosmx.emotes.common.SerializableConfig.ConfigEntry
hasTooltip -
Constructor Summary
ConstructorsConstructorDescriptionListConfigEntry(String name, String oldconfig, List<T> defVal, boolean hasTooltip, List<SerializableConfig.ConfigEntry<?>> collection) ListConfigEntry(String name, String oldconfig, List<T> defVal, boolean hasTooltip, List<SerializableConfig.ConfigEntry<?>> collection, boolean hidden) ListConfigEntry(String name, List<T> defVal, boolean hasTooltip, List<SerializableConfig.ConfigEntry<?>> collection) ListConfigEntry(String name, List<T> defVal, boolean hasTooltip, List<SerializableConfig.ConfigEntry<?>> collection, boolean hidden) ListConfigEntry(String name, List<T> defVal, List<SerializableConfig.ConfigEntry<?>> collection, boolean hidden) -
Method Summary
Methods inherited from class io.github.kosmx.emotes.common.SerializableConfig.ConfigEntry
get, getName, getOldConfigName, resetToDefault, set, showEntry
-
Constructor Details
-
ListConfigEntry
-
ListConfigEntry
-
ListConfigEntry
public ListConfigEntry(String name, List<T> defVal, boolean hasTooltip, List<SerializableConfig.ConfigEntry<?>> collection) -
ListConfigEntry
public ListConfigEntry(String name, List<T> defVal, List<SerializableConfig.ConfigEntry<?>> collection, boolean hidden) -
ListConfigEntry
public ListConfigEntry(String name, List<T> defVal, boolean hasTooltip, List<SerializableConfig.ConfigEntry<?>> collection, boolean hidden)
-