| package | Description | |
|---|---|---|
| com.bomski.engine | The main package which the Engine class | |
| com.bomski.engine.data | The com.bomski.engine.data package contains classes for loading and storing data like Assets, Sounds, XMLs | |
| com.bomski.engine.data.asset | The com.bomski.engine.data.asset package contains classes for loading and storing Assets | |
| com.bomski.engine.data.asset.error | ||
| com.bomski.engine.data.preloader | The com.bomski.engine.data.preloader package contains classes for preloading data | |
| com.bomski.engine.data.preloader.error | ||
| com.bomski.engine.data.preloader.event | ||
| com.bomski.engine.data.sound | The com.bomski.engine.data.sound package contains classes for loading and storing Sounds | |
| com.bomski.engine.data.sound.error | ||
| com.bomski.engine.data.xml | The com.bomski.engine.data.xml package contains classes for loading and storing XMLs | |
| com.bomski.engine.data.xml.error | ||
| com.bomski.engine.display | The com.bomski.engine.display package contains classes for displaying objects like a AnimationStateSprite | |
| com.bomski.engine.entity | The com.bomski.engine.entity package contains classes for Entities which can be use as game objects | |
| com.bomski.engine.entity.event | The com.bomski.engine.entity.event package contains the EntityChangeEvent | |
| com.bomski.engine.game | The com.bomski.engine.game package contains classes and interfaces for the main game object | |
| com.bomski.engine.kernel | The com.bomski.engine.kernel package contains basic classes and interfaces for the MVC system and Util classes | |
| com.bomski.engine.kernel.collider | The com.bomski.engine.kernel.collider package contains classes and interfaces for collider | |
| com.bomski.engine.kernel.controller | The com.bomski.engine.kernel.controller package contains base classes and interfaces for the controller of the MVC system | |
| com.bomski.engine.kernel.model | The com.bomski.engine.kernel.model package contains base classes and interfaces for the model of the MVC system | |
| com.bomski.engine.kernel.model.event | ||
| com.bomski.engine.kernel.timer | ||
| com.bomski.engine.kernel.util | The com.bomski.engine.kernel.util package contains classes which utility functions | |
| com.bomski.engine.kernel.view | The com.bomski.engine.kernel.view package contains base classes and interfaces for the view of the MVC system | |
| com.bomski.engine.scene | The com.bomski.engine.scene package contains classes and interfaces for scenes | |
| com.bomski.engine.scene.event | ||
| com.bomski.engine.scene.layer | The com.bomski.engine.scene.layer package contains classes and interfaces for layer for the SceneView class | |
| com.bomski.engine.scene.layer.sorting | ||
| com.bomski.engine.textures | The com.bomski.engine.textures package contains classes to store texture atlases and helper class to get the texture(s) from texture atlases | |
| com.bomski.engine.textures.event |