Methapolis  0.27
 All Classes Namespaces Files Functions Variables Enumerator
micropolisj.network.PlayerInput Class Reference
Inheritance diagram for micropolisj.network.PlayerInput:
Collaboration diagram for micropolisj.network.PlayerInput:

Classes

class  BudgetInput

Public Member Functions

 PlayerInput (ToolStroke tool)
ToolStroke getToolStroke ()
void setBudgetNumbers (int cityTax, double roadPercent, double policePct, double firePct, double researchPct)
BudgetInput getBudgetNumbers ()

Private Attributes

ToolStroke toolStroke
BudgetInput budgetNumbers

Detailed Description

object encapsulating the actions of a player in order to send them to the server

Author
nikolaibobenko

Definition at line 12 of file PlayerInput.java.

Constructor & Destructor Documentation

micropolisj.network.PlayerInput.PlayerInput ( ToolStroke  tool)

Definition at line 21 of file PlayerInput.java.

References micropolisj.network.PlayerInput.toolStroke.

Member Function Documentation

BudgetInput micropolisj.network.PlayerInput.getBudgetNumbers ( )

Definition at line 46 of file PlayerInput.java.

References micropolisj.network.PlayerInput.budgetNumbers.

ToolStroke micropolisj.network.PlayerInput.getToolStroke ( )

Definition at line 25 of file PlayerInput.java.

References micropolisj.network.PlayerInput.toolStroke.

Member Data Documentation

BudgetInput micropolisj.network.PlayerInput.budgetNumbers
private
ToolStroke micropolisj.network.PlayerInput.toolStroke
private

The documentation for this class was generated from the following file: