Expand getBlock functionality (#7702)

* Update LExecutor.java

* Update LUnitControl.java

* Update LExecutor.java

* Update LExecutor.java

* Update LExecutor.java

* Update LExecutor.java

* Update bundle.properties

* Update bundle.properties

* Update bundle.properties

* Update LExecutor.java
This commit is contained in:
FlippingPotatoes
2022-10-13 10:13:17 -04:00
committed by GitHub
parent 2be787f810
commit 0ca33477d8
3 changed files with 15 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ public enum LUnitControl{
mine("x", "y"),
flag("value"),
build("x", "y", "block", "rotation", "config"),
getBlock("x", "y", "type", "building"),
getBlock("x", "y", "type", "building", "floor"),
within("x", "y", "radius", "result"),
unbind;