Uses of Class
edu.trinity.cs.gamecore.Player.PanelLoc

Packages that use Player.PanelLoc
edu.trinity.cs.gamecore   
 

Uses of Player.PanelLoc in edu.trinity.cs.gamecore
 

Methods in edu.trinity.cs.gamecore that return Player.PanelLoc
static Player.PanelLoc Player.PanelLoc.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Player.PanelLoc[] Player.PanelLoc.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in edu.trinity.cs.gamecore with parameters of type Player.PanelLoc
 java.awt.Container StickPlayer.getGameStatusPanel(Player.PanelLoc loc)
           
 java.awt.Container Player.getGameStatusPanel(Player.PanelLoc loc)
          This method returns a GUI container that shows extra information in your game.
 java.awt.Container EditorPlayer.getGameStatusPanel(Player.PanelLoc loc)