Package | Description |
---|---|
com.b3dgs.lionengine.game.feature |
Feature system that allows to reduce functionality complexity by splitting a single system into multiple sub systems.
|
com.b3dgs.lionengine.game.feature.attackable |
Represents the attack system, which allows to attack something from another thing.
|
com.b3dgs.lionengine.game.feature.collidable |
Object and map collision handling.
|
com.b3dgs.lionengine.game.feature.producible |
Describe the production capacity of an object by using a
Producer
to create new Featurable as
Producible . |
com.b3dgs.lionengine.game.feature.rasterable |
Describe the raster bar representation.
|
com.b3dgs.lionengine.game.feature.tile.map |
Tile based map handling with
Features layer that will allow to customize
the services provided by the map dynamically. |
com.b3dgs.lionengine.game.feature.tile.map.collision |
Object and map collision handling.
|
com.b3dgs.lionengine.game.feature.tile.map.extractable |
Represents the extraction system, which allows to extract something from another thing.
|
com.b3dgs.lionengine.game.feature.tile.map.pathfinding |
A-Star algorithm implementation, allowing to search a path on a
MapTilePath . |
Modifier and Type | Class and Description |
---|---|
class |
IdentifiableModel
Default identifiable implementation.
|
class |
MirrorableModel
Default mirrorable implementation.
|
class |
TransformableModel
Transformable model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AttackerModel
Attacker model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
CollidableModel
Box ray cast collidable model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ProducerModel
Producer model implementation.
|
class |
ProducibleModel
Represents a producible object.
|
Modifier and Type | Class and Description |
---|---|
class |
RasterableModel
Default rasterable implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
OrientableModel
Orientable model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TileCollidableModel
Tile collidable model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtractorModel
This is the main implementation of the extract ability.
|
Modifier and Type | Class and Description |
---|---|
class |
PathfindableModel
Pathfindable implementation.
|
Copyright © 2017 Byron 3D Games Studio. All rights reserved.