mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
New entity status packet event (#1506)
This commit is contained in:
parent
49603db657
commit
c15b071cad
4 changed files with 35 additions and 0 deletions
|
|
@ -209,6 +209,13 @@ namespace MinecraftClient.Protocol
|
|||
/// <param name="prop">Dictionary of properties</param>
|
||||
void OnEntityProperties(int entityID, Dictionary<string, Double> prop);
|
||||
|
||||
/// <summary>
|
||||
/// Called when the status of an entity have been changed
|
||||
/// </summary>
|
||||
/// <param name="entityID">Entity ID</param>
|
||||
/// <param name="status">Status ID</param>
|
||||
void OnEntityStatus(int entityID, byte status);
|
||||
|
||||
/// <summary>
|
||||
/// Called when the world age has been updated
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue