D | BaseBulletTest.java | 210 public BulletEntity shoot (final float x, final float y) { in shoot() method in BaseBulletTest 211 return shoot(x, y, 30f); in shoot() 214 public BulletEntity shoot (final float x, final float y, final float impulse) { in shoot() method in BaseBulletTest 215 return shoot("box", x, y, impulse); in shoot() 218 public BulletEntity shoot (final String what, final float x, final float y, final float impulse) { in shoot() method in BaseBulletTest
|