| Package | Description |
|---|---|
| com.almasb.fxgl.entity.component |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanComponent
Represents a boolean value based component.
|
class |
BoundingBoxComponent
Component that adds bounding box information to an entity.
|
class |
CollidableComponent
Marks an entity as collidable.
|
class |
DoubleComponent
Represents a double value based component.
|
class |
HealthComponent
Represents some form of entity health based on integer values.
|
class |
IDComponent
Adds ID to an entity, so it can be uniquely identified.
|
class |
IntegerComponent
Represents an int value based component.
|
class |
PositionComponent
Component that adds a 2d position to an entity.
|
class |
RechargeableComponent
Any rechargeable component, such as HP, SP, ammo, etc.
|
class |
RotationComponent
Adds rotation data to an entity.
|
class |
SelectableComponent
Marks an entity as selectable.
|
class |
StringComponent
Represents a String value based component.
|
class |
TypeComponent
Represents an entity type.
|
Copyright © 2018. All rights reserved.