Module watamebot

Class ArrayField

java.lang.Object
net.foxgenesis.config.fields.ConfigField<org.json.JSONArray>
net.foxgenesis.config.fields.ArrayField

@Deprecated(forRemoval=true) public class ArrayField extends ConfigField<org.json.JSONArray>
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • ArrayField

      public ArrayField(String name, Function<net.dv8tion.jda.api.entities.Guild,org.json.JSONArray> defaultValue, boolean isEditable)
      Deprecated, for removal: This API element is subject to removal in a future version.