UNPKG

@nxg-org/mineflayer-custom-pvp

Version:

Intermediate functionality for bow and sword pvp.

4 lines (3 loc) 159 B
import { Bot } from "mineflayer"; import { Entity } from "prismarine-entity"; export declare function attack(bot: Bot, target: Entity, swing?: boolean): void;