Uses of Class
javoids.Shield

Uses of Shield in javoids
 

Fields in javoids declared as Shield
private  Shield Sprite.shield
          the shield protecting the sprite
private  Shield ShieldedSprite.shield
          the ship's sheild
 

Methods in javoids that return Shield
 Shield ShieldedSprite.getShield()
           
 

Methods in javoids with parameters of type Shield
 int Singularity.collide(Shield sprite, BasicSprite.Collision collisionType)
           
 void ShieldedSprite.setShield(Shield _shield)
           
 

Constructors in javoids with parameters of type Shield
ShieldedSprite(BasicSprite parent, Health health, Move move, Shield _shield, int _size, ImageMap.Name image, java.util.Vector<java.awt.geom.Area> areas, java.util.Vector<java.awt.Color> colors)
          Constructor