Package com.prineside.tdi2.items
Class LootBoostItem.LootBoostItemFactory
java.lang.Object
com.prineside.tdi2.items.LootBoostItem.LootBoostItemFactory
- All Implemented Interfaces:
 Item.Factory<LootBoostItem>
- Enclosing class:
 - LootBoostItem
 
public static class LootBoostItem.LootBoostItemFactory
extends Object
implements Item.Factory<LootBoostItem>
- 
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.Item.Factory
Item.Factory.AbstractFactory<T extends Item> - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
LootBoostItemFactory
public LootBoostItemFactory() 
 - 
 - 
Method Details
- 
setup
public void setup()Description copied from interface:Item.FactoryВызывается, когда объекты всех Managers созданы- Specified by:
 setupin interfaceItem.Factory<LootBoostItem>
 - 
create
 - 
fromJson
- Specified by:
 fromJsonin interfaceItem.Factory<LootBoostItem>
 - 
createDefault
Description copied from interface:Item.FactoryСоздать любую базовую вещь такого типа- Specified by:
 createDefaultin interfaceItem.Factory<LootBoostItem>
 
 -