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, texture
public boolean interact(Char hero)
interact
in class LevelObject
public void burn()
burn
in class LevelObject
public boolean stepOn(Char hero)
stepOn
in class LevelObject
public java.lang.String desc()
desc
in class LevelObject
public java.lang.String name()
name
in class LevelObject
public int image()
image
in class LevelObject