Class IsoWaveSignal

java.lang.Object
zombie.iso.IsoObject
zombie.iso.objects.IsoWaveSignal
All Implemented Interfaces:
Serializable, Talker, ChatElementOwner, Thumpable, WaveSignalDevice
Direct Known Subclasses:
IsoRadio, IsoTelevision

public class IsoWaveSignal extends IsoObject implements WaveSignalDevice, ChatElementOwner, Talker
See Also:
  • Field Details

    • lightSource

      protected IsoLightSource lightSource
    • lightWasRemoved

      protected boolean lightWasRemoved
    • lightSourceRadius

      protected int lightSourceRadius
    • nextLightUpdate

      protected float nextLightUpdate
    • lightUpdateCnt

      protected float lightUpdateCnt
    • deviceData

      protected DeviceData deviceData
    • displayRange

      protected boolean displayRange
    • hasPlayerInRange

      protected boolean hasPlayerInRange
    • gameTime

      protected GameTime gameTime
    • chatElement

      protected ChatElement chatElement
    • talkerType

      protected String talkerType
    • deviceDataCache

      protected static Map deviceDataCache
  • Constructor Details

  • Method Details