Uses of Enum Class
net.foxgenesis.property.PropertyType
Packages that use PropertyType
Package
Description
Package containing implementation of the plugin functionality system.
-
Uses of PropertyType in net.foxgenesis.property
Methods in net.foxgenesis.property that return PropertyTypeModifier and TypeMethodDescriptionPropertyMapping.getType()Get storage type of this property.PropertyInfo.type()Returns the value of thetyperecord component.static PropertyTypeReturns the enum constant of this class with the specified name.static PropertyType[]PropertyType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.foxgenesis.property with parameters of type PropertyTypeModifier and TypeMethodDescriptionPropertyResolver.createPropertyInfo(C category, K key, boolean modifiable, @NotNull PropertyType type) Create a new property inside the configuration.PropertyProvider.registerProperty(C category, K key, boolean modifiable, @NotNull PropertyType type) Register a newPropertyInfoinside the configuration.PropertyProvider.upsertProperty(C category, K key, boolean modifiable, @NotNull PropertyType type) Register aPropertyInfoif it does not exist inside the configuration and return a newLCKPropertycreated with the property information.Constructors in net.foxgenesis.property with parameters of type PropertyTypeModifierConstructorDescriptionPropertyInfo(int id, String category, String name, boolean modifiable, PropertyType type) Creates an instance of aPropertyInforecord class. -
Uses of PropertyType in net.foxgenesis.watame.plugin
Methods in net.foxgenesis.watame.plugin with parameters of type PropertyTypeModifier and TypeMethodDescriptionprotected final PropertyInfoPlugin.registerProperty(@NotNull String name, boolean modifiable, @NotNull PropertyType type) Register a plugin property inside the database.protected final PluginPropertyPlugin.upsertProperty(@NotNull String name, boolean modifiable, @NotNull PropertyType type) Register a plugin property if it doesn't exist and resolve it into aPluginProperty. -
Uses of PropertyType in net.foxgenesis.watame.property
Methods in net.foxgenesis.watame.property with parameters of type PropertyTypeModifier and TypeMethodDescriptionPluginPropertyProvider.upsertProperty(Plugin plugin, String key, boolean modifiable, PropertyType type) Register aPropertyInfoif it does not exist inside the configuration and return a newPluginPropertycreated with the property information.Constructors in net.foxgenesis.watame.property with parameters of type PropertyTypeModifierConstructorDescriptionPluginPropertyMapping(long lookup, byte[] data, @NotNull PropertyType type) PluginPropertyMapping(long lookup, @NotNull Blob blob, @NotNull PropertyType type) PluginPropertyMapping(@NotNull net.dv8tion.jda.api.entities.Guild guild, byte[] data, @NotNull PropertyType type) PluginPropertyMapping(@NotNull net.dv8tion.jda.api.entities.Guild guild, @NotNull Blob blob, @NotNull PropertyType type)