Package com.dicycat.kroy.bullets
Class BulletDispenser
- java.lang.Object
-
- com.dicycat.kroy.bullets.BulletDispenser
-
public class BulletDispenser extends java.lang.Object
Stores and handles firing of patterns- Author:
- Riju De
-
-
Constructor Summary
Constructors Constructor Description BulletDispenser(Entity creator)
-
Method Summary
Modifier and Type Method Description void
addPattern(Pattern pattern)
Add a pattern to the bullet dispensers arsenalBullet[]
update(java.lang.Boolean fire)
-
-
-
Constructor Detail
-
BulletDispenser
public BulletDispenser(Entity creator)
- Parameters:
creator
- Owner of the BulletDispenser
-
-