mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added basic auto fishing
This commit is contained in:
parent
850eae86d7
commit
51d03b9ced
11 changed files with 222 additions and 18 deletions
|
|
@ -89,5 +89,7 @@ namespace MinecraftClient.Protocol
|
|||
bool SendInteractEntityPacket(int EntityID, int type);
|
||||
bool SendInteractEntityPacket(int EntityID, int type, float X, float Y, float Z, int hand);
|
||||
bool SendInteractEntityPacket(int EntityID, int type, float X, float Y, float Z);
|
||||
|
||||
bool SendUseItemPacket(int hand);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue