java.lang.Object
net.foxgenesis.config.fields.ConfigField<net.dv8tion.jda.api.entities.Channel>
net.foxgenesis.config.fields.ChannelField
-
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) -
Method Summary
Methods inherited from class net.foxgenesis.config.fields.ConfigField
from, getDataForGuild, getDefaultValue, isPresent, isPresent, optFrom, remove, set
-
Constructor Details
-
ChannelField
-