Uses of Class
de.jos.game.objects.SimplifiedBullet.BulletSize

Packages that use SimplifiedBullet.BulletSize
de.jos.game.objects   
 

Uses of SimplifiedBullet.BulletSize in de.jos.game.objects
 

Methods in de.jos.game.objects that return SimplifiedBullet.BulletSize
 SimplifiedBullet.BulletSize SimplifiedBullet.getStatus()
           
static SimplifiedBullet.BulletSize SimplifiedBullet.BulletSize.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimplifiedBullet.BulletSize[] SimplifiedBullet.BulletSize.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in de.jos.game.objects with parameters of type SimplifiedBullet.BulletSize
 void SimplifiedBullet.setStatus(SimplifiedBullet.BulletSize status)
           
 

Constructors in de.jos.game.objects with parameters of type SimplifiedBullet.BulletSize
Bullet(java.lang.Integer color, SimplifiedBullet.BulletSize status)
           
SimplifiedBullet(java.lang.Integer color, SimplifiedBullet.BulletSize status)
           
 



Copyright © 2008. All Rights Reserved.