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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user