Uses of Interface
de.extio.spacecraft.shared.client.renderer.bo.DrawTileImageBo
-
Packages that use DrawTileImageBo Package Description de.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.client.renderer.bo Interfaces for business objects of the renderer.de.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem. -
-
Uses of DrawTileImageBo in de.extio.spacecraft.shared.client
Methods in de.extio.spacecraft.shared.client with parameters of type DrawTileImageBo Modifier and Type Method Description voidActionsDefManager. enrichDrawTileImageBoTilesetData(String actionName, DrawTileImageBo drawTileImageBo, boolean actionActive) -
Uses of DrawTileImageBo in de.extio.spacecraft.shared.client.renderer.bo
Methods in de.extio.spacecraft.shared.client.renderer.bo that return DrawTileImageBo Modifier and Type Method Description DrawTileImageBoDrawTileImageBo. setOrientation(Edge2 orientation)Orientation of the tileDrawTileImageBoDrawTileImageBo. setTilesetSourceIndex(int tilesetIndex)The internal index of a tileset can be obtained via TilesetManager#getIndexByNameDrawTileImageBoDrawTileImageBo. setTilesetSourcePositionX(int tilesetPositionX)DrawTileImageBoDrawTileImageBo. setTilesetSourcePositionY(int tilesetPositionY) -
Uses of DrawTileImageBo in de.extio.spacecraft.shared.model.entity
Methods in de.extio.spacecraft.shared.model.entity that return DrawTileImageBo Modifier and Type Method Description protected DrawTileImageBoAbstractEntity. createClientDrawTileImageBo()Client side: Creates and sets up a DrawTileImageBo rendering business object to render this entity on a tile
-