Package com.company.gameplay
Class Joueur
java.lang.Object
com.company.gameplay.Joueur
class Joueur
extends java.lang.Object
Représente un joueur lors d'une partie
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description voideliminer()Déclare le joueur éliminerbooleanestElimine()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
profil
-
nom
public final java.lang.String nomIdentique à profil.nom -
couleur
public final org.fusesource.jansi.Ansi.Color couleurIdentique à profil.couleur -
posX
public int posX -
posY
public int posY -
elimine
private boolean elimine
-
-
Constructor Details
-
Joueur
-
-
Method Details
-
estElimine
public boolean estElimine() -
eliminer
public void eliminer()Déclare le joueur éliminer
-