erland.game.tileadventure
Interface BlockDrawInterface


public interface BlockDrawInterface


Method Summary
 void draw(Graphics g)
           
 int getPosX()
           
 int getPosY()
           
 boolean getRedraw()
           
 

Method Detail

getPosX

int getPosX()

getPosY

int getPosY()

getRedraw

boolean getRedraw()

draw

void draw(Graphics g)


Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.