Package com.prineside.tdi2.managers
Class TileManager
java.lang.Object
com.prineside.tdi2.Manager.ManagerAdapter
com.prineside.tdi2.managers.TileManager
- All Implemented Interfaces:
 Disposable,Manager
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classNested classes/interfaces inherited from interface com.prineside.tdi2.Manager
Manager.ManagerAdapter, Manager.ManagerWithListeners<T> - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreateRandomTile(float quality, RandomXS128 random, ProgressManager.InventoryStatistics inventoryStatistics) Tile[][]createTileArrayFromJson(JsonValue jsonValue, boolean flipVertically) Deprecated.createTileFromJson(JsonValue jsonValue) createTileFromJsonString(String jsonString) voiddispose()Releases all resources of this object.Tile.Factory<? extends Tile>getFactory(TileType tileType) getRoadTexture(Tile left, Tile right, Tile top, Tile bottom) voidsetup()Вызывается, когда объекты всех менеджеров созданы и можно к ним обращатьсяMethods inherited from class com.prineside.tdi2.Manager.ManagerAdapter
postRender, preRender, test 
- 
Field Details
- 
F
 
 - 
 - 
Constructor Details
- 
TileManager
public TileManager() 
 - 
 - 
Method Details
- 
setup
public void setup()Description copied from interface:ManagerВызывается, когда объекты всех менеджеров созданы и можно к ним обращаться- Specified by:
 setupin interfaceManager- Overrides:
 setupin classManager.ManagerAdapter
 - 
getFactory
 - 
createTileFromJsonString
 - 
createTileFromJson
 - 
createTileArrayFromJson
Deprecated. - 
getRoadTexture
 - 
createRandomTile
public Tile createRandomTile(float quality, RandomXS128 random, ProgressManager.InventoryStatistics inventoryStatistics)  - 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
 disposein interfaceDisposable- Overrides:
 disposein classManager.ManagerAdapter
 
 -