Deprecated API

Deprecated Methods
wyvern.common.tiles.TileRegistry.contains(String, String)
          use contains(path) instead 
wyvern.lib.commands.autobag.SimpleCharStream.getColumn()
            
wyvern.common.tiles.TileRegistry.getInfo(String, String)
          use lookup(relpath) instead 
wyvern.lib.commands.autobag.SimpleCharStream.getLine()
            
wyvern.common.tiles.TileRegistry.lookup(String, String)
          use lookup(path) instead 
wyvern.lib.GameObject.setBitmap(String)
          setBitmap() and setCategory() are deprecated - use setImage(path) instead 
wyvern.lib.GameObject.setCategory(String)
          setBitmap() and setCategory() are deprecated - use setImage(path) instead 
wyvern.kernel.maps.MapObject.setDefaultBitmap(String)
          setDefaultBitmap() and setDefaultCategory() are deprecated - use setDefaultImage(path) instead 
wyvern.kernel.maps.MapObject.setDefaultCategory(String)
          setDefaultBitmap() and setDefaultCategory() are deprecated - use setDefaultImage(path) instead 
wyvern.lib.GameObject.setImage(String, String)
          this method is deprecated - use setImage(path) instead 
wyvern.common.tiles.TileRegistry.store(String, String, int)
          use store(path, ID) instead