Uses of Class
de.flothow.jago.netobj.Spielertyp

Packages that use Spielertyp
de.fhwiesbaden.jgamp001.thello   
de.flothow.jago.netobj   
 

Uses of Spielertyp in de.fhwiesbaden.jgamp001.thello
 

Constructors in de.fhwiesbaden.jgamp001.thello with parameters of type Spielertyp
FlexibleThelloControl(ThelloGame thello, Netzwerkspieler netPlayer, Spielertyp erster, Spielertyp zweiter)
          Der Standardkonstruktor für neue Spiele.
 

Uses of Spielertyp in de.flothow.jago.netobj
 

Methods in de.flothow.jago.netobj that return Spielertyp
 Spielertyp SpielInformation.getSpielerEins()
           
 Spielertyp SpielInformation.getSpielerZwei()
           
static Spielertyp Spielertyp.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Spielertyp[] Spielertyp.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.flothow.jago.netobj with parameters of type Spielertyp
SpielInformation(Spielertyp eins, Spielertyp zwei)