Package xyz.geik.farmer.helpers
Class CacheLoader
java.lang.Object
xyz.geik.farmer.helpers.CacheLoader
Loads items from items.yml to ingame cache
- Author:
- Geik
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Adds items to FarmerInv#defaultItemsstatic void
Loads all levels of farmer and stats
-
Constructor Details
-
CacheLoader
public CacheLoader()Main constructor of class
-
-
Method Details
-
loadAllItems
public static void loadAllItems()Adds items to FarmerInv#defaultItems -
loadAllLevels
public static void loadAllLevels()Loads all levels of farmer and stats
-