From 16f9f5141872f927f343fa5a90b654a9ea9708cf Mon Sep 17 00:00:00 2001 From: Bl3nd Date: Wed, 13 Aug 2014 19:54:39 +0000 Subject: [PATCH] Update MediaWiki page '317 Begin player updating' --- 317-Begin-player-updating.mediawiki | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/317-Begin-player-updating.mediawiki b/317-Begin-player-updating.mediawiki index 1999105..46a0828 100644 --- a/317-Begin-player-updating.mediawiki +++ b/317-Begin-player-updating.mediawiki @@ -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. +=== 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) === The update block packet holds update blocks and is sent after the main packet. \ No newline at end of file