public class ConcreteBlock extends LevelObject
sprite| Constructor and Description |
|---|
ConcreteBlock() |
ConcreteBlock(int pos) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
affectLevelObjects() |
java.lang.String |
desc() |
java.lang.String |
name() |
boolean |
nonPassable() |
boolean |
push(Char hero) |
boolean |
pushable(Char hero) |
void |
restoreFromBundle(Bundle bundle) |
boolean |
stepOn(Char hero) |
void |
storeInBundle(Bundle bundle) |
public boolean stepOn(Char hero)
stepOn in class LevelObjectpublic boolean pushable(Char hero)
pushable in class LevelObjectpublic boolean push(Char hero)
push in class LevelObjectpublic void restoreFromBundle(Bundle bundle)
restoreFromBundle in interface BundlablerestoreFromBundle in class LevelObjectpublic void storeInBundle(Bundle bundle)
storeInBundle in interface BundlablestoreInBundle in class LevelObjectpublic java.lang.String desc()
desc in class LevelObjectpublic java.lang.String name()
name in class LevelObjectpublic boolean affectLevelObjects()
affectLevelObjects in interface PresseraffectLevelObjects in class LevelObjectpublic boolean nonPassable()
nonPassable in class LevelObject