Uses of Interface
net.foxgenesis.watame.property.PluginProperty
Packages that use PluginProperty
Package
Description
Package containing implementation of the plugin functionality system.
-
Uses of PluginProperty in net.foxgenesis.watame.plugin
Methods in net.foxgenesis.watame.plugin that return PluginPropertyModifier and TypeMethodDescriptionprotected final PluginPropertyPlugin.getProperty(String name) protected final PluginPropertyPlugin.getProperty(PropertyInfo info) Resolve aPropertyInfointo a usablePluginProperty.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 PluginProperty in net.foxgenesis.watame.property
Methods in net.foxgenesis.watame.property that return PluginPropertyModifier and TypeMethodDescriptionPluginPropertyProvider.getProperty(PropertyInfo info) Get aPluginPropertylinked to the specifiedPropertyInfo.PluginPropertyProvider.getProperty(Plugin plugin, String key) PluginPropertyProvider.getPropertyByID(int id) Get aPluginPropertybased on the specified property informationid.PluginPropertyProvider.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.