Package | Description |
---|---|
com.b3dgs.lionengine.game |
Main types and tools related to game design.
|
com.b3dgs.lionengine.game.camera |
Camera system which represents the viewer, able to track anything.
|
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 |
Feature system that allows to reduce functionality complexity by splitting a single system into multiple sub systems.
|
com.b3dgs.lionengine.game.feature.actionable |
Describe the action system, designed to represent a button and its action after a click on it.
|
com.b3dgs.lionengine.game.feature.animatable |
Animator feature wrapper. |
com.b3dgs.lionengine.game.feature.assignable |
Describe the assign system, designed to represent to consequence of an
Action (after the click on the button, where it should be
assigned, usually somewhere on the map). |
com.b3dgs.lionengine.game.feature.attackable |
Represents the attack system, which allows to attack something from another thing.
|
com.b3dgs.lionengine.game.feature.body |
Describe the gravitational force support.
|
com.b3dgs.lionengine.game.feature.displayable |
Feature dedicated to displaying.
|
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.launchable |
Represents the launch system, by using a
Launchable and a
Launcher to throw it. |
com.b3dgs.lionengine.game.feature.layerable |
Layer system package, describing the representation of something with layer ID to handle priority.
|
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.refreshable |
Feature dedicated to refreshing.
|
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.handler |
Handler system that allows to control a set
Featurable by updating and
rendering them. |
com.b3dgs.lionengine.game.map |
Tile based map handling with
Features layer that will allow to customize
the services provided by the map dynamically. |
com.b3dgs.lionengine.game.map.feature.circuit |
Dedicated package to handle map tile circuit.
|
com.b3dgs.lionengine.game.map.feature.fog |
Dedicated package to handle map fog of war.
|
com.b3dgs.lionengine.game.map.feature.group |
Define groups for handled tiles.
|
com.b3dgs.lionengine.game.map.feature.persister |
Allows to save and load a map.
|
com.b3dgs.lionengine.game.map.feature.transition |
Dedicated package to handle map tile transitions.
|
com.b3dgs.lionengine.game.map.feature.viewer |
Perform map tile rendering with different renderer.
|
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.
|
com.b3dgs.lionengine.game.selector |
Selector system which allows to select and area and notify it.
|
com.b3dgs.lionengine.game.state |
State object representation which allows to represent a gameplay as a finite state machine.
|
com.b3dgs.lionengine.game.tile |
Tile based handling with
Feature layer that will allow to customize the
services provided by the tile dynamically. |
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Class and Description |
---|
Featurable
Represents something that can have a collection of
Feature . |
FeaturableModel
Featurable model implementation.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Featurable
Represents something that can have a collection of
Feature . |
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Featurable
Represents something that can have a collection of
Feature . |
FeaturableConfig
Represents the featurable configuration data.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
FramesConfig
Represents the frames data from a configurer node.
|
Services |
Setup
Define a structure used to create configurer objects.
|
SizeConfig
Represents the size data from a configurer.
|
SurfaceConfig
Represents the surface data from a configurer.
|
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Featurable
Represents something that can have a collection of
Feature . |
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Factory |
Featurable
Represents something that can have a collection of
Feature . |
FeatureProvider |
Services |
Class and Description |
---|
Featurable
Represents something that can have a collection of
Feature . |
FeaturableModel
Featurable model implementation.
|
FeatureProvider |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Recyclable
Recyclable feature marker.
|
Services |
Setup
Define a structure used to create configurer objects.
|
SetupSurface
Define a structure used to create multiple objects, sharing the same data and
ImageBuffer . |
Class and Description |
---|
Featurable
Represents something that can have a collection of
Feature . |
FeaturableModel
Featurable model implementation.
|
Feature
Represents something that can be delegated to perform specialized computing and reduce
Featurable visible
complexity. |
FeatureModel
Feature model implementation.
|
FeatureProvider |
Services |
Class and Description |
---|
Configurer
Allows to retrieve informations from an external XML configuration file.
|
FeatureProvider |
Setup
Define a structure used to create configurer objects.
|
Class and Description |
---|
Featurable
Represents something that can have a collection of
Feature . |
FeaturableModel
Featurable model implementation.
|
FeatureProvider |
Copyright © 2016 Byron 3D Games Studio. All rights reserved.