Class EntityRadio

java.lang.Object
gaiasky.scene.entity.EntityRadio
All Implemented Interfaces:
IObserver
Direct Known Subclasses:
ConstellationRadio, ElementsSetRadio, GridRecursiveRadio, RulerRadio, SpacecraftRadio

public abstract class EntityRadio extends Object implements IObserver
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected com.badlogic.ashley.core.Entity
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    EntityRadio(com.badlogic.ashley.core.Entity entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.ashley.core.Entity
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface gaiasky.event.IObserver

    notify
  • Field Details

    • entity

      protected com.badlogic.ashley.core.Entity entity
  • Constructor Details

    • EntityRadio

      protected EntityRadio(com.badlogic.ashley.core.Entity entity)
  • Method Details

    • getEntity

      public com.badlogic.ashley.core.Entity getEntity()