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 t
be used by the field processor.
If it is not used in pair with a Configuration
derivative, AbstractAttributeConfiguration.init()
have to be called immediately
after constructing the object, either at the end of the constructor or outside of it.
-
Field Summary
FieldsFields inherited from class fr.prodrivers.bukkit.commons.configuration.file.AbstractFileAttributeConfiguration
configuration
-
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, load, registerAction, reload, save, saveDefaults
-
Field Details
-
prefix
Prefix to use in messages sent usingChat
-
-
Constructor Details
-
Messages
public Messages(org.bukkit.plugin.Plugin plugin) Messages helper constructor.- Parameters:
plugin
- Plugin initializing the helper
-