9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 20:09:23 +00:00

Add use_auto to api

This commit is contained in:
Lumine1909
2025-07-06 00:37:37 -07:00
parent 34783744a6
commit e0342fbcb0

View File

@@ -19,9 +19,11 @@ public enum BotActionType {
USE("use"),
USE_ON("use_on"),
USE_TO("use_to"),
USE_AUTO("use_auto"),
USE_OFFHAND("use_offhand"),
USE_ON_OFFHAND("use_on_offhand"),
USE_TO_OFFHAND("use_to_offhand");
USE_TO_OFFHAND("use_to_offhand"),
USE_AUTO_OFFHAND("use_auto_offhand");
private final String name;