Update MediaWiki page '317 Begin player updating'

This commit is contained in:
Bl3nd 2014-08-13 19:54:39 +00:00 committed by moparisthebest
parent 7443b12b4e
commit 16f9f51418

View File

@ -209,5 +209,13 @@ Then we convert the block builder to a packet.
Now it is over, cache the block if we can and finally append the block at the end. Now it is over, cache the block if we can and finally append the block at the end.
=== Animation Update ===
This update appends an animation update. This will contain parameters block and otherPlayer. The block will put a short of the current animations id and then put a byte of the current animations delay.
=== Graphics Update ===
This update appends a graphics update. This will contain parameters block and otherPlayer. The block will put a short of the current graphics id and then put an int of the current graphics delay.
=== Explaining (1) === === Explaining (1) ===
The update block packet holds update blocks and is sent after the main packet. The update block packet holds update blocks and is sent after the main packet.