Class AimBand
- java.lang.Object
-
- com.bombinggames.wurfelengine.extension.AimBand
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispose()
removes itself from parentvoid
setParent(AbstractEntity parent)
void
setTarget(AbstractEntity target)
void
setTarget(Position goal)
void
update(float dt)
-
-
-
Constructor Detail
-
AimBand
public AimBand(Position goal)
- Parameters:
goal
-
-
AimBand
public AimBand(AbstractEntity target)
- Parameters:
target
-
-
-
Method Detail
-
setTarget
public void setTarget(Position goal)
- Parameters:
goal
-
-
setTarget
public void setTarget(AbstractEntity target)
- Parameters:
target
-
-
dispose
public void dispose()
Description copied from interface:Component
removes itself from parent
-
setParent
public void setParent(AbstractEntity parent)
-
-