Interface DrawCustom

interface DrawCustom {
    onDraw(canvas: Canvas, scale: number): void;
    onSetup(scriptable: CustomDrawing, style: Style): void;
}

Hierarchy (view full)

Methods

Methods

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.