Package cc.carm.plugin.userprefix.conf
Class PluginConfig.SOUNDS
- java.lang.Object
-
- cc.carm.lib.configuration.core.ConfigurationRoot
-
- cc.carm.plugin.userprefix.conf.PluginConfig.SOUNDS
-
- Enclosing class:
- PluginConfig
public static final class PluginConfig.SOUNDS extends cc.carm.lib.configuration.core.ConfigurationRoot
-
-
Field Summary
Fields Modifier and Type Field Description static ConfiguredSound
GUI_CLICK
static ConfiguredSound
GUI_OPEN
static ConfiguredSound
PREFIX_CHANGE
static ConfiguredSound
PREFIX_EXPIRED
-
Constructor Summary
Constructors Constructor Description SOUNDS()
-
-
-
Field Detail
-
GUI_OPEN
public static final ConfiguredSound GUI_OPEN
-
GUI_CLICK
public static final ConfiguredSound GUI_CLICK
-
PREFIX_CHANGE
public static final ConfiguredSound PREFIX_CHANGE
-
PREFIX_EXPIRED
public static final ConfiguredSound PREFIX_EXPIRED
-
-