Interface HasAttackerInfo
-
- All Known Implementing Classes:
SpaceCraft
,SpaceShip
,SpaceStation
public interface HasAttackerInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getServerLastAttacked()
List<UUID>
getServerLastAttackedBy()
void
setServerLastAttacked(int serverLastAttacked)
void
setServerLastAttackedBy(List<UUID> serverLastAttackedBy)
-