UNPKG

minecrafthawkeye

Version:

Minecraft bot for equations when shooting an arrow

4 lines (3 loc) 139 B
import { Vec3 } from 'vec3'; import { Block } from 'prismarine-block'; export declare const check: (from: Vec3, to: Vec3) => Block | null;