Implemented clientbound packet player_info_update 0x46
This commit is contained in:
10 files changed
+268
-97
No files matched your search
@@ -143,7 +143,7 @@ A lightweight minecraft client-side protocol library and related library, includ
|
||||
- [x] `0x0D` Chunks Biomes (`ClientboundChunksBiomesPacket`)
|
||||
- [x] `0x0E` Clear Titles (`ClientboundClearTitlesPacket`)
|
||||
- [x] `0x0F` Command Suggestions (`ClientboundCommandSuggestionsPacket`)
|
||||
- [ ] `0x10` Commands (`ClientboundCommandsPacket`)
|
||||
- [x] `0x10` Commands (`ClientboundCommandsPacket`)
|
||||
- [x] `0x11` Container Close (`ClientboundContainerClosePacket`)
|
||||
- [ ] `0x12` Container Set Content (`ClientboundContainerSetContentPacket`)
|
||||
- [x] `0x13` Container Set Data (`ClientboundContainerSetDataPacket`)
|
||||
@@ -178,7 +178,7 @@ A lightweight minecraft client-side protocol library and related library, includ
|
||||
- [ ] `0x30` Light Update (`ClientboundLightUpdatePacket`)
|
||||
- [x] `0x31` Login Play (`ClientboundLoginPlayPacket`)
|
||||
- [x] `0x32` Low Disk Space Warning (`ClientboundLowDiskSpaceWarningPacket`)
|
||||
- [ ] `0x33` Map Item Data (`ClientboundMapItemDataPacket`)
|
||||
- [x] `0x33` Map Item Data (`ClientboundMapItemDataPacket`)
|
||||
- [ ] `0x34` Merchant Offers (`ClientboundMerchantOffersPacket`)
|
||||
- [x] `0x35` Update Entity Position (`ClientboundUpdateEntityPositionPacket`)
|
||||
- [x] `0x36` Update Entity Position and Rotation (`ClientboundUpdateEntityPositionAndRotationPacket`)
|
||||
@@ -197,7 +197,7 @@ A lightweight minecraft client-side protocol library and related library, includ
|
||||
- [x] `0x43` Player Enter Combat (`ClientboundPlayerEnterCombatPacket`)
|
||||
- [x] `0x44` Player Combat Death (`ClientboundPlayerCombatDeathPacket`)
|
||||
- [x] `0x45` Player Info Remove (`ClientboundPlayerInfoRemovePacket`)
|
||||
- [ ] `0x46` Player Info Update (`ClientboundPlayerInfoUpdatePacket`)
|
||||
- [x] `0x46` Player Info Update (`ClientboundPlayerInfoUpdatePacket`)
|
||||
- [x] `0x47` Player Look At (`ClientboundPlayerLookAtPacket`)
|
||||
- [x] `0x48` Synchronize Player Position (`ClientboundSynchronizePlayerPositionPacket`)
|
||||
- [x] `0x49` Player Rotation (`ClientboundPlayerRotationPacket`)
|
||||
@@ -265,7 +265,7 @@ A lightweight minecraft client-side protocol library and related library, includ
|
||||
- [x] `0x87` Projectile Power (`ClientboundProjectilePowerPacket`)
|
||||
- [x] `0x88` Custom Report Details (`ClientboundCustomReportDetailsPacket`)
|
||||
- [x] `0x89` Server Links (`ClientboundServerLinksPacket`)
|
||||
- [ ] `0x8A` Waypoint (`ClientboundWaypointPacket`)
|
||||
- [x] `0x8A` Waypoint (`ClientboundWaypointPacket`)
|
||||
- [x] `0x8B` Clear Dialog (`ClientboundClearDialogPacket`)
|
||||
- [x] `0x8C` Show Dialog (`ClientboundShowDialogPacket`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user