Uses of Class
zombie.asset.Asset
Packages that use Asset
Package
Description
-
Uses of Asset in zombie.asset
Subclasses with type arguments of type Asset in zombie.assetFields in zombie.asset declared as AssetMethods in zombie.asset that return AssetModifier and TypeMethodDescriptionAssetManager.load(AssetPath path, AssetManager.AssetParams params) Methods in zombie.asset with parameters of type AssetModifier and TypeMethodDescriptionvoidAsset.addDependency(Asset dependent_asset) voidAsset.ObserverCallback.invoke(Asset.State oldState, Asset.State newState, Asset asset) voidvoidAssetManager.onDataReloaded(Asset asset) voidAssetManager.onStateChanged(Asset.State old_state, Asset.State new_state, Asset asset) voidAssetStateObserver.onStateChanged(Asset.State oldState, Asset.State newState, Asset asset) voidvoidAssetManager.reload(Asset asset, AssetManager.AssetParams params) voidAsset.removeDependency(Asset dependent_asset) voidvoidAssetManager.unloadWithoutDeref(Asset asset) Constructors in zombie.asset with parameters of type Asset -
Uses of Asset in zombie.characterTextures
Subclasses of Asset in zombie.characterTexturesModifier and TypeClassDescriptionfinal classCreated by LEMMY on 6/30/2016.final class -
Uses of Asset in zombie.core.fonts
Subclasses of Asset in zombie.core.fontsMethods in zombie.core.fonts with parameters of type AssetModifier and TypeMethodDescriptionvoidAngelCodeFont.onStateChanged(Asset.State oldState, Asset.State newState, Asset asset) -
Uses of Asset in zombie.core.physics
Subclasses of Asset in zombie.core.physics -
Uses of Asset in zombie.core.skinnedmodel.advancedanimation
Subclasses of Asset in zombie.core.skinnedmodel.advancedanimationMethods in zombie.core.skinnedmodel.advancedanimation with parameters of type AssetModifier and TypeMethodDescriptionvoidAnimNodeAssetManager.onStateChanged(Asset.State state0, Asset.State state1, Asset asset) -
Uses of Asset in zombie.core.skinnedmodel.model
Subclasses of Asset in zombie.core.skinnedmodel.modelModifier and TypeClassDescriptionfinal classDeprecated.final classfinal classfinal classCreated by LEMMYATI on 03/01/14. -
Uses of Asset in zombie.core.skinnedmodel.population
Subclasses of Asset in zombie.core.skinnedmodel.populationMethods in zombie.core.skinnedmodel.population with parameters of type AssetModifier and TypeMethodDescriptionvoidClothingItemAssetManager.onStateChanged(Asset.State state0, Asset.State state1, Asset asset) -
Uses of Asset in zombie.core.textures
Subclasses of Asset in zombie.core.texturesModifier and TypeClassDescriptionclassclassclassclassfinal classclass -
Uses of Asset in zombie.worldMap
Subclasses of Asset in zombie.worldMapMethods in zombie.worldMap with parameters of type AssetModifier and TypeMethodDescriptionvoidWorldMap.onStateChanged(Asset.State oldState, Asset.State newState, Asset asset)