Package | Description |
---|---|
com.b3dgs.lionengine.game | |
com.b3dgs.lionengine.game.effect | |
com.b3dgs.lionengine.game.entity | |
com.b3dgs.lionengine.game.projectile |
Modifier and Type | Class and Description |
---|---|
class |
FactoryObjectGame<T extends java.lang.Enum<T> & ObjectType,S extends SetupGame,O extends ObjectGame>
It performs a list of
SetupGame considering an input enumeration. |
class |
HandlerObjectGame<E extends ObjectGame>
Designed to handle objects.
|
Modifier and Type | Class and Description |
---|---|
class |
TestObject
Object game test.
|
class |
TestObjectConstructor
Object game test.
|
Modifier and Type | Class and Description |
---|---|
class |
EffectGame
Represents an effect.
|
Modifier and Type | Class and Description |
---|---|
class |
EntityGame
Main object that can be used by any higher level object for a game.
|
Modifier and Type | Class and Description |
---|---|
class |
LauncherProjectileGame<T extends java.lang.Enum<T> & ObjectType,E extends EntityGame,E2 extends Surface,P extends ProjectileGame<E,E2>>
Represents a projectile launcher.
|
class |
ProjectileGame<E extends EntityGame,E2 extends Surface>
Standard projectile implementation, including collision and moves handling.
|