Add auto repsawn if player was dead

This commit is contained in:
ReinforceZwei 2020-04-01 18:28:00 +08:00 committed by ORelio
parent ddcc9ee8e6
commit e93f03bd4e
6 changed files with 37 additions and 0 deletions

View file

@ -212,6 +212,8 @@ namespace MinecraftClient.Protocol
/// <param name="item">Item (may be null for empty slot)</param>
void OnSetSlot(byte inventoryID, short slotID, Item item);
void OnUpdateHealth(float health);
/// <summary>
/// Called when the Player entity ID has been received from the server
/// </summary>