Package zombie.chat
Interface ChatElementOwner
- All Known Implementing Classes:
IsoDummyCameraCharacter,IsoGameCharacter,IsoLivingCharacter,IsoLuaCharacter,IsoLuaMover,IsoPlayer,IsoRadio,IsoSurvivor,IsoTelevision,IsoWaveSignal,IsoZombie,RandomizedBuildingBase.HumanCorpse,VehiclePart
public interface ChatElementOwner
-
Method Summary
Modifier and Type Method Description IsoGridSquaregetSquare()floatgetX()floatgetY()floatgetZ()
-
Method Details
-
getX
float getX() -
getY
float getY() -
getZ
float getZ() -
getSquare
IsoGridSquare getSquare()
-