Final code clean up and adding summary

This commit is contained in:
ReinforceZwei 2020-03-21 21:44:33 +08:00 committed by ORelio
parent 221d2525be
commit 6ee16513e0
7 changed files with 113388 additions and 55 deletions

View file

@ -138,6 +138,8 @@ namespace MinecraftClient.Protocol
void OnTimeUpdate(long WorldAge, long TimeOfDay);
void OnEntityTeleport(int EntityID, Double X, Double Y, Double Z, bool onGround);
void SetPlayerEntityID(int EntityID);
}
}