示例#1
0
 public void render(int x, int y, Screen screen) {
   screen.renderTile(x << 4, y << 4, this);
 }