Uses of Class
jeux.World

Packages that use World
jeux   
 

Uses of World in jeux
 

Fields in jeux declared as World
private  World Game.world
           
protected  World Entity.world
          Le monde dans lequel se place l'entit้
 

Constructors in jeux with parameters of type World
Bullet(World world)
           
Entity(World world)
           
Game(World world, java.lang.String music)
           
Monster(World world)
           
Player(World world)
           
Player(World world, int fireSpeed)