public abstract class AbstractComponent extends Object implements Component
| Constructor and Description |
|---|
AbstractComponent() |
| Modifier and Type | Method and Description |
|---|---|
Entity |
getEntity() |
void |
onAdded(Entity entity)
Called when component is added to an entity.
|
void |
onRemoved(Entity entity)
Called when component is removed from an entity.
|
Copyright © 2017. All rights reserved.