public class Chasm
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
jumpConfirmed |
| Constructor and Description |
|---|
Chasm() |
| Modifier and Type | Method and Description |
|---|---|
static void |
heroFall(int pos,
Hero hero) |
static void |
heroJump(Hero hero) |
static void |
heroLand() |
static void |
mobFall(Mob mob) |