UNPKG

minecrafthawkeye

Version:

Minecraft bot for equations when shooting an arrow

6 lines (5 loc) 308 B
import { GetMasterGrade, OptionsMasterGrade, Weapons } from './types'; import { Entity } from 'prismarine-entity'; import { Vec3 } from 'vec3'; declare const getMasterGrade: (targetIn: OptionsMasterGrade | Entity, speedIn: Vec3, weapon: Weapons) => GetMasterGrade | undefined; export default getMasterGrade;