Index

C G M P R T V 
All Classes and Interfaces|All Packages

C

ChatMessageBuilder - Enum constant in enum class me.wyne.wutils.config.configFieldTypes.ConfigFieldType
 
ChatMessageBuilderFieldType - Class in me.wyne.wutils.config.configFieldTypes
 
ChatMessageBuilderFieldType() - Constructor for class me.wyne.wutils.config.configFieldTypes.ChatMessageBuilderFieldType
 
Config - Class in me.wyne.wutils.config
Inherit to automatically register config Object or use static Config.registerConfigObject(Object) method.
Config() - Constructor for class me.wyne.wutils.config.Config
 
ConfigField - Annotation Interface in me.wyne.wutils.config
Apply to field to tie it up with value from config.
configFieldType() - Element in annotation interface me.wyne.wutils.config.TypedConfigField
 
ConfigFieldType - Enum Class in me.wyne.wutils.config.configFieldTypes
 
ConfigParameter - Interface in me.wyne.wutils.config
If ConfigField annotation is present on a field with a type inherited from this interface, then getValue(FileConfiguration, String) will be called on config object reload.

G

getConfigParameter() - Method in enum class me.wyne.wutils.config.configFieldTypes.ConfigFieldType
 
getValue(FileConfiguration, String) - Method in class me.wyne.wutils.config.configFieldTypes.ChatMessageBuilderFieldType
 
getValue(FileConfiguration, String) - Method in class me.wyne.wutils.config.configFieldTypes.MiniMessageChatMessageFieldType
 
getValue(FileConfiguration, String) - Method in class me.wyne.wutils.config.configFieldTypes.MiniMessageComponentFieldType
 
getValue(FileConfiguration, String) - Method in interface me.wyne.wutils.config.ConfigParameter
 

M

me.wyne.wutils.config - package me.wyne.wutils.config
 
me.wyne.wutils.config.configFieldTypes - package me.wyne.wutils.config.configFieldTypes
 
MiniMessageChatMessage - Enum constant in enum class me.wyne.wutils.config.configFieldTypes.ConfigFieldType
 
MiniMessageChatMessageFieldType - Class in me.wyne.wutils.config.configFieldTypes
 
MiniMessageChatMessageFieldType() - Constructor for class me.wyne.wutils.config.configFieldTypes.MiniMessageChatMessageFieldType
 
MiniMessageComponent - Enum constant in enum class me.wyne.wutils.config.configFieldTypes.ConfigFieldType
 
MiniMessageComponentFieldType - Class in me.wyne.wutils.config.configFieldTypes
 
MiniMessageComponentFieldType() - Constructor for class me.wyne.wutils.config.configFieldTypes.MiniMessageComponentFieldType
 

P

path() - Element in annotation interface me.wyne.wutils.config.ConfigField
 

R

registerConfigObject(Object) - Static method in class me.wyne.wutils.config.Config
Registered objects will be reloaded on Config.reloadConfigObjects(FileConfiguration).
reloadConfigObjects(FileConfiguration) - Static method in class me.wyne.wutils.config.Config
Load data from FileConfiguration to registered objects.

T

TypedConfigField - Annotation Interface in me.wyne.wutils.config
Used to create pre-created ConfigParameters for common value types.

V

valueOf(String) - Static method in enum class me.wyne.wutils.config.configFieldTypes.ConfigFieldType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class me.wyne.wutils.config.configFieldTypes.ConfigFieldType
Returns an array containing the constants of this enum class, in the order they are declared.
C G M P R T V 
All Classes and Interfaces|All Packages