public class LibraryBook extends LevelObject
sprite| Constructor and Description |
|---|
LibraryBook() |
LibraryBook(int pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
burn() |
java.lang.String |
desc() |
int |
image() |
boolean |
interact(Char hero) |
java.lang.String |
name() |
boolean |
stepOn(Char hero) |
affectLevelObjects, bump, discover, dontPack, fall, freeze, getLayer, getPos, getSpriteXS, getSpriteYS, nonPassable, poison, push, pushable, restoreFromBundle, secret, setPos, storeInBundle, texturepublic boolean interact(Char hero)
interact in class LevelObjectpublic void burn()
burn in class LevelObjectpublic boolean stepOn(Char hero)
stepOn in class LevelObjectpublic java.lang.String desc()
desc in class LevelObjectpublic java.lang.String name()
name in class LevelObjectpublic int image()
image in class LevelObject