Uses of Enum Class
zombie.asset.Asset.State
Packages that use Asset.State
Package
Description
-
Uses of Asset.State in zombie.asset
Subclasses with type arguments of type Asset.State in zombie.assetMethods in zombie.asset that return Asset.StateModifier and TypeMethodDescriptionAsset.getState()
static Asset.State
Returns the enum constant of this class with the specified name.static Asset.State[]
Asset.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.asset with parameters of type Asset.StateModifier and TypeMethodDescriptionvoid
Asset.ObserverCallback.invoke
(Asset.State oldState, Asset.State newState, Asset asset) void
Asset.onCreated
(Asset.State state) void
AssetManager.onStateChanged
(Asset.State old_state, Asset.State new_state, Asset asset) void
AssetStateObserver.onStateChanged
(Asset.State oldState, Asset.State newState, Asset asset) -
Uses of Asset.State in zombie.core.fonts
Methods in zombie.core.fonts with parameters of type Asset.StateModifier and TypeMethodDescriptionvoid
AngelCodeFont.onStateChanged
(Asset.State oldState, Asset.State newState, Asset asset) -
Uses of Asset.State in zombie.core.skinnedmodel.advancedanimation
Methods in zombie.core.skinnedmodel.advancedanimation with parameters of type Asset.StateModifier and TypeMethodDescriptionvoid
AnimNodeAssetManager.onStateChanged
(Asset.State old_state, Asset.State new_state, Asset asset) -
Uses of Asset.State in zombie.core.skinnedmodel.population
Methods in zombie.core.skinnedmodel.population with parameters of type Asset.StateModifier and TypeMethodDescriptionvoid
ClothingItemAssetManager.onStateChanged
(Asset.State old_state, Asset.State new_state, Asset asset) -
Uses of Asset.State in zombie.worldMap
Methods in zombie.worldMap with parameters of type Asset.StateModifier and TypeMethodDescriptionvoid
WorldMap.onStateChanged
(Asset.State oldState, Asset.State newState, Asset asset)