mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Upgrade Auto Fishing
This commit is contained in:
parent
223c13561c
commit
eb517a8e78
6 changed files with 182 additions and 53 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue