|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectEnemy
Gator
public class Gator
| Field Summary | |
|---|---|
private Coco |
coco
|
private java.awt.image.BufferedImage[] |
gatorImage
|
| Constructor Summary | |
|---|---|
Gator(Position p,
int hitPoints,
int damage,
java.awt.image.BufferedImage[] enemyImage,
Coco coco)
|
|
| Method Summary | |
|---|---|
void |
move()
|
| Methods inherited from class Enemy |
|---|
attack, chase, closeEnoughToBite, draw, getHitPoints, getImage, getPosition, getRange, getRectangle, incrementCycle, isDead, isWithinRange, pickDirection, setHitPoints, setImage, setPosition, setWalking, takeDamage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.awt.image.BufferedImage[] gatorImage
private Coco coco
| Constructor Detail |
|---|
public Gator(Position p,
int hitPoints,
int damage,
java.awt.image.BufferedImage[] enemyImage,
Coco coco)
| Method Detail |
|---|
public void move()
move in class Enemy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||