public interface  com.thevoxelbox.voxelsniper.util.painter.Painter extends java.lang.Object
{
public abstract void paint();
public abstract com.sk89q.worldedit.math.BlockVector getCenter();
public abstract com.thevoxelbox.voxelsniper.util.painter.BlockSetter getBlockSetter();
}