-
Notifications
You must be signed in to change notification settings - Fork 0
/
Enemy.ctxt
45 lines (45 loc) · 1.3 KB
/
Enemy.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
33
34
35
36
37
38
39
40
41
42
43
44
45
#BlueJ class context
comment0.target=Enemy
comment1.params=type\ x\ y
comment1.target=Enemy(int,\ int,\ int)
comment10.params=
comment10.target=int\ getType()
comment11.params=
comment11.target=int\ getPoints()
comment12.params=
comment12.target=void\ newBullet()
comment13.params=
comment13.target=int\ getBulletDropChance()
comment14.params=
comment14.target=void\ moveBullets()
comment15.params=
comment15.target=java.util.ArrayList\ getBullets()
comment16.params=
comment16.target=void\ clearBullets()
comment17.params=g
comment17.target=void\ drawBullets(java.awt.Graphics)
comment18.params=
comment18.target=java.awt.Rectangle\ getRect()
comment19.params=
comment19.target=void\ disable()
comment2.params=enemies
comment2.target=void\ moveEnemies(java.util.ArrayList)
comment20.params=
comment20.target=boolean\ isDisabled()
comment21.params=g
comment21.target=void\ draw(java.awt.Graphics)
comment3.params=enemies\ bulletDropChanceRange\ level
comment3.target=void\ generateEnemyBullets(java.util.ArrayList,\ int,\ int)
comment4.params=
comment4.target=void\ move()
comment5.params=
comment5.target=void\ shiftDown()
comment6.params=
comment6.target=void\ flipDir()
comment7.params=newDir
comment7.target=void\ setDir(int)
comment8.params=
comment8.target=int\ getX()
comment9.params=
comment9.target=int\ getY()
numComments=22