Class ItemFactory
java.lang.Object
dev.mikita.darkforest.core.factory.ItemFactory
The type Item factory.
Factory class for getting items by their id.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ItemFactory
public ItemFactory()
-
-
Method Details
-
getItem
Gets item.- Parameters:
id
- The item id.- Returns:
- The item.
-