classpublicabstractPriority 3
AssetMap
com.hypixel.hytale.assetstore.AssetMap
14
Methods
14
Public Methods
0
Fields
1
Constructors
Constructors
public
AssetMap()Methods
Public Methods (14)
public
T getAsset(K var1)@Nullable
public
T getAsset(String var1, K var2)@Nullable
public
int getAssetCount()public
Map<K, T> getAssetMap()public
String getAssetPack(K var1)@Nullable
public
Set<K> getChildren(K var1)public
Set<K> getKeys(Path var1)public
Set<K> getKeysForPack(String var1)public
Set<K> getKeysForTag(int var1)public
Path getPath(K var1)@Nullable
public
Map<K, Path> getPathMap(String var1)public
int getTagCount()public
IntSet getTagIndexes()public
boolean requireReplaceOnRemove()Related Classes
Used By