public class ConfigHook
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigHook.ItemSerializer
Custom config Serializer used for saving and loading ItemStacks
|
static class |
ConfigHook.PotionSerializer
Custom config Serializer used for saving and loading ItemStacks
|
Modifier and Type | Field and Description |
---|---|
static java.util.HashMap<java.lang.String,java.lang.Object> |
data
Data storage for dget and dstore placeholders
|
Constructor and Description |
---|
ConfigHook() |
Modifier and Type | Method and Description |
---|---|
static void |
registerSerializers()
Registers the custom serializers used only on Spigot
|
static void |
registerVariables()
Registers the built in custom variable handlers
|