Package zombie.chat

Interface ChatElementOwner

All Known Implementing Classes:
IsoDummyCameraCharacter, IsoGameCharacter, IsoLivingCharacter, IsoLuaCharacter, IsoLuaMover, IsoPlayer, IsoRadio, IsoSurvivor, IsoTelevision, IsoWaveSignal, IsoZombie, VehiclePart

public interface ChatElementOwner
  • Method Summary

    Modifier and Type Method Description
    IsoGridSquare getSquare()  
    float getX()  
    float getY()  
    float getZ()  
  • Method Details

    • getX

      float getX()
    • getY

      float getY()
    • getZ

      float getZ()
    • getSquare

      IsoGridSquare getSquare()