Class CatalogManager
java.lang.Object
gaiasky.util.CatalogManager
- All Implemented Interfaces:
IObserver
Central manager for
CatalogInfo objects.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the CatalogInfo with the given name, if any.getByEntity(com.badlogic.ashley.core.Entity entity) voidEvent notification call.
-
Constructor Details
-
CatalogManager
public CatalogManager()
-
-
Method Details
-
getCatalogInfos
-
contains
-
get
Gets the CatalogInfo with the given name, if any.- Parameters:
dsName- The name of the dataset.- Returns:
- The CatalogInfo object, null if it does not exist.
-
getDatasetNames
-
getByEntity
-
notify
-