|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| fishPond.* |
|---|
| fishPond.Fish | ||
|---|---|---|
public static final int |
DOWN |
13 |
public static final int |
FISH_STARTING_SIZE |
100 |
public static final int |
LEFT |
10 |
public static final int |
MAX_FISH_SIZE |
1000 |
public static final int |
RIGHT |
11 |
public static final int |
UP |
12 |
| fishPond.IllegalFishPositionException | ||
|---|---|---|
public static final int |
FISH_OVER_ROCK |
1 |
public static final int |
TWO_FISH_IN_ONE_PLACE |
0 |
| fishPond.IllegalPlantPositionException | ||
|---|---|---|
public static final int |
PLANT_OVER_ROCK |
1 |
public static final int |
TWO_PLANTS_IN_ONE_PLACE |
0 |
| fishPond.Model | ||
|---|---|---|
public static final boolean |
ROCK |
true |
public static final boolean |
WATER |
false |
| fishPond.Plant | ||
|---|---|---|
public static final int |
MAX_PLANT_SIZE |
1000 |
public static final int |
PLANT_BITE_SIZE |
75 |
public static final int |
PLANT_STARTING_SIZE |
150 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||