Uses of Class
jeux_etudiant.World

Uses of World in jeux_etudiant
 

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

Constructors in jeux_etudiant with parameters of type World
Bullet(World world)
           
Entity(World world)
           
Monster(World world)
           
Player(World world)