mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
new command /animation (#1026)
This commit is contained in:
parent
23870711a0
commit
87b2d3bf4a
9 changed files with 409 additions and 311 deletions
|
|
@ -899,6 +899,16 @@ namespace MinecraftClient
|
|||
return Handler.DoCreativeGive(slot, itemType, count);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Plays animation
|
||||
/// </summary>
|
||||
/// <param name="animation"> <0|1></param>
|
||||
/// <returns>TRUE animation done</returns>
|
||||
protected bool SendAnimation(int animation)
|
||||
{
|
||||
return Handler.DoAnimation(animation);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Use item currently in the player's hand (active inventory bar slot)
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue