Upgrade Auto Fishing

This commit is contained in:
BruceChen 2022-09-12 02:10:18 +08:00
parent 223c13561c
commit eb517a8e78
6 changed files with 182 additions and 53 deletions

View file

@ -1113,6 +1113,15 @@ namespace MinecraftClient
return Handler.GetUserUuidStr();
}
/// <summary>
/// Return the EntityID of the current player
/// </summary>
/// <returns>EntityID of the current player</returns>
protected int GetPlayerEntityID()
{
return Handler.GetPlayerEntityID();
}
/// <summary>
/// Return the list of currently online players
/// </summary>