-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayer.ctxt
32 lines (32 loc) · 1.08 KB
/
Player.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#BlueJ class context
comment0.params=s
comment0.target=Player(java.lang.String)
comment0.text=\n\ Constructor\ for\ objects\ of\ class\ Player\n
comment1.params=
comment1.target=java.lang.String\ getName()
comment1.text=\n\ An\ example\ of\ a\ method\ -\ replace\ this\ comment\ with\ your\ own\n\ \n\ @param\ \ y\ \ \ a\ sample\ parameter\ for\ a\ method\n\ @return\ \ \ \ \ the\ sum\ of\ x\ and\ y\ \n
comment2.params=p
comment2.target=boolean\ getTurn(Player)
comment2.text=\n\ Get\ Turn\n
comment3.params=b
comment3.target=void\ setTurn(boolean)
comment3.text=\n\ Set\ Turn\n
comment4.params=p
comment4.target=boolean\ getIWin(Player)
comment4.text=\n\ Get\ Winner\n
comment5.params=b
comment5.target=void\ setIWin(boolean)
comment5.text=\n\ Set\ Winner\n
comment6.params=
comment6.target=boolean\ getEnd()
comment6.text=\n\ Quit\n
comment7.params=b
comment7.target=void\ setEnd(boolean)
comment7.text=\n\ Set\ Winner\n
comment8.params=
comment8.target=boolean\ getReady()
comment8.text=\n\ Quit\n
comment9.params=b
comment9.target=void\ setReady(boolean)
comment9.text=\n\ Set\ Winner\n
numComments=10