UNPKG

minecrafthawkeye

Version:

Minecraft bot for equations when shooting an arrow

3 lines (2 loc) 185 B
export declare const getPlayer: (playername?: string) => import("prismarine-entity").Entity | undefined; export declare const simplyShot: (yaw: number, pitch: number) => Promise<void>;