Uses of Record Class
net.foxgenesis.property.PropertyInfo
Packages that use PropertyInfo
Package
Description
Package containing implementation of the plugin functionality system.
-
Uses of PropertyInfo in net.foxgenesis.property
Methods in net.foxgenesis.property that return PropertyInfoModifier and TypeMethodDescriptionPropertyResolver.createPropertyInfo(C category, K key, boolean modifiable, @NotNull PropertyType type) Create a new property inside the configuration.@NotNull PropertyInfoImmutableProperty.getInfo()Get the definition of this propertyPropertyResolver.getPropertyByID(int id) Get the property linked to the specifiedid.PropertyResolver.getPropertyInfo(C category, K key) Get the property information for the specified property.PropertyProvider.registerProperty(C category, K key, boolean modifiable, @NotNull PropertyType type) Register a newPropertyInfoinside the configuration.Methods in net.foxgenesis.property that return types with arguments of type PropertyInfoModifier and TypeMethodDescriptionPropertyProvider.getPropertyList()Get a list of all registeredPropertyInfo.}@NotNull List<PropertyInfo>PropertyResolver.getPropertyList()Get aListof all registered properties.Methods in net.foxgenesis.property with parameters of type PropertyInfoModifier and TypeMethodDescription@NotNull Optional<?>PropertyResolver.getInternal(L lookup, @NotNull PropertyInfo info) Get an internal property inside the configuration.PropertyProvider.getProperty(@NotNull PropertyInfo info) Get aLCKPropertylinked to the specifiedPropertyInfo.booleanPropertyResolver.isPresent(L lookup, @NotNull PropertyInfo info) Check if the specified property is present in the configuration.booleanPropertyResolver.putInternal(L lookup, @NotNull PropertyInfo info, @Nullable InputStream in) Put/Update an internal property inside the configuration.booleanPropertyResolver.removeInternal(L lookup, @NotNull PropertyInfo info) Remove an internal value from the configuration.booleanPropertyResolver.removePropertyInfo(@NotNull PropertyInfo info) Remove a property inside the configuration.static byte[]Property.serialize(@NotNull PropertyInfo info, @NotNull Serializable obj) Serialize a object into a byte array. -
Uses of PropertyInfo in net.foxgenesis.property.lck
Methods in net.foxgenesis.property.lck with parameters of type PropertyInfoModifier and TypeMethodDescriptionLCKPropertyResolver.getInternal(Long lookup, PropertyInfo info) -
Uses of PropertyInfo in net.foxgenesis.watame.plugin
Methods in net.foxgenesis.watame.plugin that return PropertyInfoModifier and TypeMethodDescriptionprotected final PropertyInfoPlugin.registerProperty(@NotNull String name, boolean modifiable, @NotNull PropertyType type) Register a plugin property inside the database.Methods in net.foxgenesis.watame.plugin with parameters of type PropertyInfoModifier and TypeMethodDescriptionprotected final PluginPropertyPlugin.getProperty(PropertyInfo info) Resolve aPropertyInfointo a usablePluginProperty. -
Uses of PropertyInfo in net.foxgenesis.watame.property
Methods in net.foxgenesis.watame.property with parameters of type PropertyInfoModifier and TypeMethodDescriptionPluginPropertyProvider.getProperty(PropertyInfo info) Get aPluginPropertylinked to the specifiedPropertyInfo.