jeux
Class Monster

java.lang.Object
  extended by jeux.Entity
      extended by jeux.Monster

public class Monster
extends Entity

Author:
jub Un monstre avec un déplacement horizontal

Field Summary
private  int vx
           
 
Fields inherited from class jeux.Entity
height, markedForRemoval, speed, spriteName, t, width, world, x, y
 
Constructor Summary
Monster(World world)
           
 
Method Summary
 void act()
          L'action d'une entité par défaut aucune action
 
Methods inherited from class jeux.Entity
getBounds, getHeight, getSpeed, getSpriteName, getWidth, getX, getY, isMarkedForRemoval, setHeight, setMarkedForRemoval, setSpeed, setSpriteName, setWidth, setX, setY
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

vx

private int vx
Constructor Detail

Monster

public Monster(World world)
Method Detail

act

public void act()
Description copied from class: Entity
L'action d'une entité par défaut aucune action

Overrides:
act in class Entity