Package | Description |
---|---|
com.b3dgs.lionengine.game.collision.object |
Object and map collision handling.
|
com.b3dgs.lionengine.game.collision.tile |
Object and map collision handling.
|
com.b3dgs.lionengine.game.object |
Object representation and manipulation by handler, providing quick object access from their types, and object
creation by using a resources sharing system that allows to reduce significantly memory usage.
|
com.b3dgs.lionengine.game.object.trait.launchable |
Represents the launch system, by using a
Launchable and a
Launcher to throw it. |
com.b3dgs.lionengine.game.object.trait.producible |
Describe the production capacity of an object by using a
Producer
to create new ObjectGame as
Producible . |
com.b3dgs.lionengine.game.pathfinding |
A-Star algorithm implementation, allowing to search a path on a
MapTilePath . |
com.b3dgs.lionengine.game.state |
State object representation which allows to represent a gameplay as a finite state machine.
|
Modifier and Type | Method and Description |
---|---|
static CollisionConfig |
CollisionConfig.create(Configurer configurer)
Create the collision data from node.
|
Modifier and Type | Method and Description |
---|---|
static Collection<CollisionCategory> |
CollisionCategoryConfig.create(Configurer configurer,
MapTileCollision map)
Create the categories data from nodes.
|
Modifier and Type | Method and Description |
---|---|
Configurer |
Setup.getConfigurer()
Get the configurer reference.
|
Configurer |
ObjectGame.getConfigurer()
Get the configurer reference.
|
Modifier and Type | Method and Description |
---|---|
static SurfaceConfig |
SurfaceConfig.imports(Configurer configurer)
Create the surface data from configurer.
|
static SizeConfig |
SizeConfig.imports(Configurer configurer)
Import the size data from configurer.
|
static ObjectConfig |
ObjectConfig.imports(Configurer configurer)
Import the object data from configurer.
|
static FramesConfig |
FramesConfig.imports(Configurer configurer)
Imports the frames config from configurer.
|
Modifier and Type | Method and Description |
---|---|
static LauncherConfig |
LauncherConfig.imports(Configurer configurer)
Import the launcher data from configurer.
|
Modifier and Type | Method and Description |
---|---|
static ProducibleConfig |
ProducibleConfig.imports(Configurer configurer)
Create the producible data from configurer.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,PathData> |
PathfindableConfig.create(Configurer configurer)
Create the pathfindable data from node.
|
Modifier and Type | Method and Description |
---|---|
static AnimationConfig |
AnimationConfig.create(Configurer configurer)
Create the animation data from configurer.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.