1 package org.bukkit.map;
42 public void setPixel(
int x,
int y, byte color);
69 public void drawImage(
int x,
int y, Image image);
void setCursors(MapCursorCollection cursors)
MapCursorCollection getCursors()
byte getBasePixel(int x, int y)
void drawImage(int x, int y, Image image)
byte getPixel(int x, int y)
void setPixel(int x, int y, byte color)
void drawText(int x, int y, MapFont font, String text)