Package com.yottabyte.crates.api
Interface YottabyteCrates
-
- All Known Implementing Classes:
YottabyteCratesApi
public interface YottabyteCrates
Represents the Yottabyte-Crates API
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CrateManager
getCrateManager()
Gets theCrateManager
DataManager
getDataManager()
Gets theDataManager
-
-
-
Method Detail
-
getCrateManager
CrateManager getCrateManager()
Gets theCrateManager
- Returns:
- the
CrateManager
-
getDataManager
DataManager getDataManager()
Gets theDataManager
- Returns:
- the
DataManager
-
-