Uses of Class
com.t3_tp3d.game.xml.Patient
-
Packages that use Patient Package Description com.t3_tp3d.game.screen.gui com.t3_tp3d.game.util com.t3_tp3d.game.xml -
-
Uses of Patient in com.t3_tp3d.game.screen.gui
Constructors in com.t3_tp3d.game.screen.gui with parameters of type Patient Constructor Description DocumentButton(Patient patient, java.awt.Rectangle bounds, java.lang.String textureName, Document doc)
-
Uses of Patient in com.t3_tp3d.game.util
Methods in com.t3_tp3d.game.util that return Patient Modifier and Type Method Description static Patient
GameUtils. getPatientById(int id)
Methods in com.t3_tp3d.game.util that return types with arguments of type Patient Modifier and Type Method Description static java.util.Queue<Patient>
GameUtils. getPatientsQueue(int num)
-
Uses of Patient in com.t3_tp3d.game.xml
Fields in com.t3_tp3d.game.xml declared as Patient Modifier and Type Field Description static Patient
XMLs. ALAIN_GRANAGE
PATIENTS:static Patient
XMLs. ALEXANDER_APLUSB
static Patient
XMLs. ALEXANDER_DUMOULIN
static Patient
XMLs. ANNE_POINCE
static Patient
XMLs. GERMAINE_DEMI
static Patient
XMLs. JEAN_SAIRIEN
static Patient
XMLs. JEANNE_PEUPLUS
static Patient
XMLs. JUSTE_PAS
static Patient
XMLs. MARC_PARDIEU
static Patient
XMLs. MARIE_ASTHIQUE
Methods in com.t3_tp3d.game.xml that return Patient Modifier and Type Method Description static Patient
XMLLoader. loadPatient(java.lang.String name)
-