classpublicPriority 3
AssetLoadResult
com.hypixel.hytale.assetstore.AssetLoadResult
5
Methods
5
Public Methods
4
Fields
1
Constructors
Constructors
public
AssetLoadResult(Map<K, T> loadedAssets, Map<K, Path> loadedKeyToPathMap, Set<K> failedToLoadKeys, Set<Path> failedToLoadPaths, Map<Class<? extends JsonAssetWithMap>, AssetLoadResult> childAssetResults)Methods
Public Methods (5)
public
Set<K> getFailedToLoadKeys()public
Set<Path> getFailedToLoadPaths()public
Map<K, T> getLoadedAssets()public
Map<K, Path> getLoadedKeyToPathMap()public
boolean hasFailed()Fields
Private/Package Fields (4)
private
Set<K> failedToLoadKeysprivate
Set<Path> failedToLoadPathsprivate
Map<K, T> loadedAssetsprivate
Map<K, Path> loadedKeyToPathMapRelated Classes
Used By