getBuildData

inline fun <T : PackBuildData> getBuildData(): T

Retrieves the instantiated PackBuildData of the specified type.

Throws

If no holder of the specified type is registered or hasn't been instantiated yet.