mineflayer-mouse
Version:
First-class **battle-tested** simple API for emulating real Minecraft mouse control in Mineflayer. You should use it for digging (mining) or placing blocks and entity attacking or using and using items!
7 lines (6 loc) • 387 B
TypeScript
export declare const activatableBlockWithoutItemPatterns: readonly [RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp, RegExp];
export declare const itemToBlockRemaps: {
redstone: string;
tripwire_hook: string;
};
export declare function isBlockActivatable(blockName: string): boolean;