Class GUIItems
- java.lang.Object
-
- cc.carm.plugin.userprefix.conf.gui.GUIItems
-
public class GUIItems extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,GUIItemConfiguration>
items
-
Constructor Summary
Constructors Constructor Description GUIItems(Map<String,GUIItemConfiguration> items)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GUIItems
defaults()
Map<String,GUIItemConfiguration>
getItems()
static GUIItems
parse(cc.carm.lib.configuration.core.source.ConfigurationWrapper<?> section)
Map<String,Object>
serialize()
-
-
-
Field Detail
-
items
protected final Map<String,GUIItemConfiguration> items
-
-
Constructor Detail
-
GUIItems
public GUIItems(Map<String,GUIItemConfiguration> items)
-
-