refactor(cli): migrate construct command into Command pipeline and split itemUse handler

This commit is contained in:
ForestOfLight
2026-05-19 21:21:32 -07:00
Unverified
parent aae9fd2f4b
commit 4d07e2e1ae
6 changed files with 72 additions and 54 deletions
@@ -1,6 +1,6 @@
import { InputPermissionCategory, world, system } from "@minecraft/server";
import { Outliner } from "../Outliner";
import { MENU_ITEM } from "../../commands/construct";
import { MENU_ITEM } from "../../consts";
import { Vector } from "../../lib/Vector";
import { PlayerMovement } from "../PlayerMovement";
import { Builders } from "../Builder/Builders";