java.lang.Object
net.foxgenesis.config.fields.ConfigField<E>
- Direct Known Subclasses:
ArrayField,BooleanField,ChannelField,JSONField,LongField,RoleField,StringField
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal booleanDeprecated, for removal: This API element is subject to removal in a future version.final StringDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionConfigField(String name, Function<net.dv8tion.jda.api.entities.Guild, E> defaultValue, boolean isEditable) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionfrom(net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version.protected JSONObjectAdvgetDataForGuild(net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version.protected EgetDefaultValue(net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version.final booleanisPresent(net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version.protected booleanisPresent(JSONObjectAdv config) Deprecated, for removal: This API element is subject to removal in a future version.optFrom(net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version.voidremove(net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
name
Deprecated, for removal: This API element is subject to removal in a future version. -
isEditable
public final boolean isEditableDeprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
Method Details
-
isPresent
public final boolean isPresent(@Nonnull net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version. -
from
Deprecated, for removal: This API element is subject to removal in a future version. -
optFrom
Deprecated, for removal: This API element is subject to removal in a future version. -
set
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
public void remove(@Nonnull net.dv8tion.jda.api.entities.Guild guild) Deprecated, for removal: This API element is subject to removal in a future version. -
isPresent
Deprecated, for removal: This API element is subject to removal in a future version. -
getDefaultValue
Deprecated, for removal: This API element is subject to removal in a future version. -
getDataForGuild
Deprecated, for removal: This API element is subject to removal in a future version.
-