Class DamageWavePoint
- java.lang.Object
-
- de.extio.spacecraft.shared.model.entity.DamageWavePoint
-
- All Implemented Interfaces:
HasPosition2
public final class DamageWavePoint extends Object implements HasPosition2
-
-
Constructor Summary
Constructors Constructor Description DamageWavePoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getDamage()
Integer
getDamageMode()
List<PhysicalEntity>
getPhysicalEntities()
CoordI2
getPosition()
int
getWave()
boolean
isBlockingStructure()
boolean
isHandled()
boolean
isHandling()
boolean
isHasAlivePhysicalEntity()
void
setBlockingStructure(boolean blockingStructure)
void
setDamage(double damage)
void
setDamageMode(Integer damageMode)
void
setHandled(boolean handled)
void
setHandling(boolean handling)
void
setHasAlivePhysicalEntity(boolean hasAlivePhysicalEntity)
void
setPhysicalEntities(List<PhysicalEntity> physicalEntities)
void
setPosition(CoordI2 position)
void
setWave(int wave)
-
-
-
Method Detail
-
getPhysicalEntities
public List<PhysicalEntity> getPhysicalEntities()
-
setPhysicalEntities
public void setPhysicalEntities(List<PhysicalEntity> physicalEntities)
-
getDamage
public double getDamage()
-
setDamage
public void setDamage(double damage)
-
getDamageMode
public Integer getDamageMode()
-
setDamageMode
public void setDamageMode(Integer damageMode)
-
isHandled
public boolean isHandled()
-
setHandled
public void setHandled(boolean handled)
-
isHandling
public boolean isHandling()
-
setHandling
public void setHandling(boolean handling)
-
getPosition
public CoordI2 getPosition()
- Specified by:
getPosition
in interfaceHasPosition2
-
setPosition
public void setPosition(CoordI2 position)
-
isBlockingStructure
public boolean isBlockingStructure()
-
setBlockingStructure
public void setBlockingStructure(boolean blockingStructure)
-
isHasAlivePhysicalEntity
public boolean isHasAlivePhysicalEntity()
-
setHasAlivePhysicalEntity
public void setHasAlivePhysicalEntity(boolean hasAlivePhysicalEntity)
-
getWave
public int getWave()
-
setWave
public void setWave(int wave)
-
-