Class ConstellationRadio

java.lang.Object
gaiasky.scene.entity.EntityRadio
gaiasky.scene.entity.ConstellationRadio
All Implemented Interfaces:
IObserver

public class ConstellationRadio extends EntityRadio
This radio is in charge of updating constellations when required.
  • Constructor Details

    • ConstellationRadio

      public ConstellationRadio(com.badlogic.ashley.core.Entity entity)
  • Method Details

    • notify

      public void notify(Event event, Object source, Object... data)
      Description copied from interface: IObserver
      Event notification call.
      Parameters:
      event - The event type.
      source - The source object, if any.
      data - The data associated with this event.
    • setUp

      public void setUp(Scene scene)