-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDebuffButton.ctxt
More file actions
27 lines (27 loc) · 966 Bytes
/
DebuffButton.ctxt
File metadata and controls
27 lines (27 loc) · 966 Bytes
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
#BlueJ class context
comment0.params=id
comment0.target=DebuffButton(int)
comment1.params=
comment1.target=void\ act()
comment2.params=t
comment2.target=void\ bought(boolean)
comment2.text=\r\n\ changes\ the\ button\ to\ see\ if\ its\ bought\r\n
comment3.params=
comment3.target=boolean\ isBought()
comment3.text=\r\n\ returns\ true\ if\ the\ debuff\ is\ already\ bought\r\n
comment4.params=
comment4.target=int\ getId()
comment4.text=\r\n\ returns\ the\ id\ of\ the\ debuff\r\n
comment5.params=
comment5.target=int\ getLevel()
comment5.text=\r\n\ returns\ the\ level\ of\ this\ debuff\r\n
comment6.params=
comment6.target=java.lang.String\ getName()
comment6.text=\r\n\ returns\ the\ name\ of\ the\ debuff\r\n
comment7.params=
comment7.target=boolean\ isDummy()
comment7.text=\r\n\ returns\ if\ this\ button\ is\ a\ dummy\ button\ or\ not\r\n
comment8.params=
comment8.target=int\ getCost()
comment8.text=\r\n\ returns\ the\ cost\ of\ the\ button\r\n
numComments=9