Class DamageWavePoint

    • Constructor Detail

      • DamageWavePoint

        public DamageWavePoint()
    • Method Detail

      • 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)
      • 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)