java.lang.Object
net.foxgenesis.config.fields.ConfigField<net.dv8tion.jda.api.entities.Channel>
net.foxgenesis.config.fields.ChannelField
@Deprecated(forRemoval=true)
public class ChannelField
extends ConfigField<net.dv8tion.jda.api.entities.Channel>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from class net.foxgenesis.config.fields.ConfigField
isEditable, name -
Constructor Summary
ConstructorsConstructorDescriptionChannelField(String name, Function<net.dv8tion.jda.api.entities.Guild, net.dv8tion.jda.api.entities.Channel> defaultValue, boolean isEditable) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class net.foxgenesis.config.fields.ConfigField
from, getDataForGuild, getDefaultValue, isPresent, isPresent, optFrom, remove, set