|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.gameEngine.game.GameRelatedObject
vooga.gameEngine.item.GameItem
games.SpaceInvaders.items.Laser
public class Laser
Constructor Summary | |
---|---|
Laser(Texture t)
|
Method Summary | |
---|---|
void |
collide(GameItem otherObject)
This method is called whenever an object of the specified type has collided with this object. |
void |
timeUpdated(TimeUpdateEvent t)
Receives an TimeUpdateEvent for the implementing class to
process. |
Methods inherited from class vooga.gameEngine.item.GameItem |
---|
compareTo, getPosition, getRotation, getShape, getSize, getTexture, isVisible, move, resize, rotate, setPosition, setRotation, setSize, setVisibility |
Methods inherited from class vooga.gameEngine.game.GameRelatedObject |
---|
addEventListener, clearListeners, equals, fire, fire, fire, getEventListeners, getID, getListenerCount, removeEventListener |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface vooga.gameEngine.item.Renderable |
---|
getTexture, isVisible, setVisibility |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface vooga.gameEngine.item.Tangible |
---|
getPosition, getRotation, getShape, getSize, move, resize, rotate, setPosition, setRotation, setSize |
Constructor Detail |
---|
public Laser(Texture t)
Method Detail |
---|
public void collide(GameItem otherObject)
Collidable
collide
in interface Collidable<GameItem>
otherObject
- that has collided with this objectpublic void timeUpdated(TimeUpdateEvent t)
TimeListener
TimeUpdateEvent
for the implementing class to
process.
timeUpdated
in interface TimeListener
t
- is the TimeUpdateEvent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |