Bandidos
Protected Member Functions | List of all members
com.mygdx.game.entities.BasicEntity Class Reference
Inheritance diagram for com.mygdx.game.entities.BasicEntity:
com.mygdx.game.engine.entities.BaseEntity com.mygdx.game.engine.events.EventDispatcher

Protected Member Functions

void awake ()
 
void updated (float dt)
 
void rendered (RenderComponents renderComponents)
 
void destroyed ()
 
- Protected Member Functions inherited from com.mygdx.game.engine.entities.BaseEntity
abstract void awake ()
 
abstract void updated (float dt)
 
abstract void rendered (RenderComponents renderComponents)
 
abstract void destroyed ()
 

Additional Inherited Members

- Public Member Functions inherited from com.mygdx.game.engine.entities.BaseEntity
 BaseEntity ()
 
TransformComponent getTransformComponent ()
 
boolean hasInstanceOfComponent (BaseEntityComponent componentInstance)
 
void addTag (String tag)
 
void removeTag (String tag)
 
boolean hasTag (String tag)
 
void update (float dt)
 
void render (RenderComponents renderComponents)
 
void destroy ()
 
boolean isDestroyed ()
 
- Public Member Functions inherited from com.mygdx.game.engine.events.EventDispatcher
void addEventListener (String type, IEventReceiver listeningClass)
 
void dispatchEvent (Event event)
 
void removeEventListener (String type, IEventReceiver listener)
 
boolean hasEventListener (String type)
 
ArrayList< ListenerItemgetAllListeners ()
 
void destroyAllListeners ()
 
void clean ()
 

Detailed Description

This is an empty Entity which can be used to make quick entities in code.

Author
Ramses Di Perna

Member Function Documentation

◆ awake()

void com.mygdx.game.entities.BasicEntity.awake ( )
protected

◆ destroyed()

void com.mygdx.game.entities.BasicEntity.destroyed ( )
protected

◆ rendered()

void com.mygdx.game.entities.BasicEntity.rendered ( RenderComponents  renderComponents)
protected

◆ updated()

void com.mygdx.game.entities.BasicEntity.updated ( float  dt)
protected

The documentation for this class was generated from the following file: