public class Bullet
extends java.lang.Object
Constructor and Description |
---|
Bullet() |
Modifier and Type | Method and Description |
---|---|
double |
getAngle() |
int |
getId() |
Player |
getPlayer() |
Position |
getPosition() |
int |
getRemoveTimer() |
Unit |
getSource() |
Unit |
getTarget() |
Position |
getTargetPosition() |
BulletType |
getType() |
double |
getVelocityX() |
double |
getVelocityY() |
boolean |
isExists() |
boolean |
isVisible() |
public Player getPlayer()
public Unit getSource()
public Unit getTarget()
public boolean isExists()
public double getAngle()
public int getId()
public Position getPosition()
public int getRemoveTimer()
public Position getTargetPosition()
public BulletType getType()
public double getVelocityX()
public double getVelocityY()
public boolean isVisible()