Uses of Class
games.stendhal.client.sprite.SpriteStore
Packages that use SpriteStore
Package
Description
the Stendhal Client.
handling of images for world objects and the user interface
-
Uses of SpriteStore in games.stendhal.client
Methods in games.stendhal.client that return SpriteStore -
Uses of SpriteStore in games.stendhal.client.sprite
Methods in games.stendhal.client.sprite that return SpriteStoreModifier and TypeMethodDescriptionstatic SpriteStoreSpriteStore.get()Get the single instance of this class.Constructors in games.stendhal.client.sprite with parameters of type SpriteStoreModifierConstructorDescriptionSpriteTileset(SpriteStore store, Sprite sprite, int size) Create a tileset.SpriteTileset(SpriteStore store, String filename, Color color, Composite blend) Create a tileset.