Module watamebot

Class BooleanField

java.lang.Object
net.foxgenesis.config.fields.ConfigField<Boolean>
net.foxgenesis.config.fields.BooleanField

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

    • BooleanField

      public BooleanField(String name, Function<net.dv8tion.jda.api.entities.Guild,Boolean> defaultValue, boolean isEditable)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • toggle

      public boolean toggle(net.dv8tion.jda.api.entities.Guild guild)
      Deprecated, for removal: This API element is subject to removal in a future version.