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.feature.attackable |
Represents the attack system, which allows to attack something from another thing.
|
com.b3dgs.lionengine.game.feature.extractable |
Represents the extraction system, which allows to extract something from another thing.
|
com.b3dgs.lionengine.game.feature.identifiable |
Identifiable system package, describing the representation of something with a unique ID.
|
com.b3dgs.lionengine.game.feature.mirrorable |
Describe the
Mirror capacity. |
com.b3dgs.lionengine.game.feature.orientable |
Describe the
Orientation capacity. |
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.transformable |
Describe the transformation capacity of an object by using a
Direction to change
its location. |
com.b3dgs.lionengine.game.pathfinding |
A-Star algorithm implementation, allowing to search a path on a
MapTilePath . |
com.b3dgs.lionengine.game.raster |
Describe the raster bar representation.
|
Modifier and Type | Class and Description |
---|---|
class |
CollidableModel
Box ray cast collidable model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
TileCollidableModel
Tile collidable model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
AttackerModel
Attacker 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 |
IdentifiableModel
Default identifiable implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
MirrorableModel
Default mirrorable implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
OrientableModel
Orientable 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 |
TransformableModel
Transformable model implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
PathfindableModel
Pathfindable implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
RasterableModel
Default rasterable implementation.
|
Copyright © 2016 Byron 3D Games Studio. All rights reserved.