Class Messages
Messages helper for Prodrivers plugins.
It represents messages using class fields, by saving and loading string fields from and inside the plugin's messages configuration file, using an underlying AbstractAttributeConfiguration.
Initialization and reloads are handled directly by the main Configuration instance.
ExcludedFromConfiguration annotation allows specific fields not to be used by the field processor.
As with every AbstractAttributeConfiguration derivative, init() have to be called immediately after constructing the object.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class fr.prodrivers.bukkit.commons.configuration.file.AbstractFileAttributeConfiguration
filterFieldName, getConfiguration
Methods inherited from class fr.prodrivers.bukkit.commons.configuration.AbstractAttributeConfiguration
init, reload, save
-
Field Details
-
prefix
-
-
Constructor Details
-
Messages
public Messages(org.bukkit.plugin.Plugin plugin) Messages helper constructor.- Parameters:
plugin
- Plugin initializing the helper
-