Uses of Class
bluegammon.logic.LocalPlayer

Packages that use LocalPlayer
bluegammon.gui The bluegammon.gui package contains classes related to presentation and user interaction of the Bluegammon game. 
bluegammon.logic The bluegammon.logic package contains logic aspects of the backgammon game. 
 

Uses of LocalPlayer in bluegammon.gui
 

Methods in bluegammon.gui with parameters of type LocalPlayer
 void BoardCanvas.setCurrentLocalPlayer(LocalPlayer player)
          Set the local player that will receive interaction calls made on this canvas.
 

Uses of LocalPlayer in bluegammon.logic
 

Methods in bluegammon.logic that return LocalPlayer
static LocalPlayer BoardMediator.getLocalPlayer()
          Returns the one LocalPlayer.