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 GUIItemsdefaults()Map<String,GUIItemConfiguration>getItems()static GUIItemsparse(cc.carm.lib.configuration.source.section.ConfigureSection section)Map<String,Object>serialize()
-
-
-
Field Detail
-
items
protected final Map<String,GUIItemConfiguration> items
-
-
Constructor Detail
-
GUIItems
public GUIItems(Map<String,GUIItemConfiguration> items)
-
-