Uses of Class
games.stendhal.client.sprite.AnimatedSprite
Package
Description
handling of images for world objects and the user interface
-
Uses of AnimatedSprite in games.stendhal.client.sprite
Modifier and TypeClassDescriptionclass
An animated sprite that draw the frames once, and then signals the attached listener.Modifier and TypeMethodDescriptionSpriteStore.getAnimatedSprite(Sprite sprite, int delay)
Get an animated sprite from a sprite.SpriteStore.getAnimatedSprite(Sprite sprite, int width, int delay)
Get an animated sprite from a sprite.SpriteStore.getAnimatedSprite(Sprite sprite, int x, int y, int frameCount, int width, int height, int delay)
Create an animated sprite from a tile sprite using pixel units.