Class BaseListConfigEntry<T>

All Implemented Interfaces:
ConfigEntryWithButton
Direct Known Subclasses:
FloatListConfigEntry, IntegerListConfigEntry, StringListConfigEntry

public abstract class BaseListConfigEntry<T> extends ConfigEntry<T[]> implements ConfigEntryWithButton
  • Constructor Details

    • BaseListConfigEntry

      public BaseListConfigEntry(String id, String name, String description, Field parentField, Object parentObject, boolean multiplayerSynced, T[] value, MaxLength maxLength)
  • Method Details