Removed unnecessíry modifiers from Drawer interface
This commit is contained in:
parent
7b15bb29d2
commit
6904ba4c89
@ -5,8 +5,8 @@ import java.io.IOException;
|
|||||||
|
|
||||||
public interface Drawer {
|
public interface Drawer {
|
||||||
|
|
||||||
public void draw() throws IOException;
|
void draw() throws IOException;
|
||||||
public int getTileX();
|
int getTileX();
|
||||||
public int getTileY();
|
int getTileY();
|
||||||
public BufferedImage getImage();
|
BufferedImage getImage();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user