Package com.csse3200.game.services
Class CollectableService
java.lang.Object
com.csse3200.game.services.CollectableService
Simple service to load collectable configs and provide lookup by id.
Assumes configs/items.json is valid.
-
Method Summary
Modifier and TypeMethodDescriptionstatic CollectablesConfig
Get config by id (null if not found).static void
Load configs from a JSON array file
-
Method Details
-
load
Load configs from a JSON array file -
get
Get config by id (null if not found).
-