LimboService/src/main/resources/mapping.json

89 lines
3.0 KiB
JSON

{
"HandshakeIn": {
"0x00": "PacketHandshakingIn"
},
"LoginIn": {
"0x00": "PacketLoginInLoginStart",
"0x02": "PacketLoginInPluginMessaging",
"0x03": "ServerboundLoginAcknowledgedPacket"
},
"LoginOut": {
"PacketLoginOutLoginSuccess": "0x02",
"PacketLoginOutDisconnect": "0x00",
"PacketLoginOutPluginMessaging": "0x04"
},
"ConfigurationIn": {
"0x02": "ServerboundFinishConfigurationPacket"
},
"ConfigurationOut": {
"ClientboundRegistryDataPacket": "0x05",
"ClientboundFinishConfigurationPacket": "0x02"
},
"PlayIn": {
"0x15": "PacketPlayInKeepAlive",
"0x04": "ServerboundChatCommandPacket",
"0x05": "PacketPlayInChat",
"0x17": "PacketPlayInPosition",
"0x18": "PacketPlayInPositionAndLook",
"0x19": "PacketPlayInRotation",
"0x10": "PacketPlayInPluginMessaging",
"0x0A": "PacketPlayInTabComplete",
"0x2C": "PacketPlayInHeldItemChange",
"0x28": "ServerboundResourcePackPacket",
"0x35": "PacketPlayInUseItem",
"0x36": "PacketPlayInBlockPlace",
"0x2F": "PacketPlayInSetCreativeSlot",
"0x0D": "PacketPlayInWindowClick",
"0x0E": "PacketPlayInCloseWindow",
"0x1D": "PacketPlayInPickItem",
"0x21": "PacketPlayInBlockDig",
"0x27": "PacketPlayInItemName"
},
"PlayOut": {
"PacketPlayOutLogin": "0x29",
"PacketPlayOutPositionAndLook": "0x3E",
"PacketPlayOutSpawnPosition": "0x54",
"ClientboundSystemChatPacket": "0x69",
"PacketPlayOutPlayerAbilities": "0x36",
"ClientboundLevelChunkWithLightPacket": "0x25",
"PacketPlayOutUnloadChunk": "0x1F",
"PacketPlayOutKeepAlive": "0x15",
"PacketPlayOutPlayerInfo": "0x3C",
"PacketPlayOutUpdateViewPosition": "0x52",
"PacketPlayOutDisconnect": "0x1B",
"PacketPlayOutPluginMessaging": "0x18",
"PacketPlayOutTabComplete": "0x10",
"PacketPlayOutDeclareCommands": "0x11",
"PacketPlayOutRespawn": "0x45",
"PacketPlayOutGameState": "0x20",
"PacketPlayOutEntityDestroy": "0x40",
"PacketPlayOutEntityMetadata": "0x56",
"PacketPlayOutSpawnEntity": "0x01",
"PacketPlayOutHeldItemChange": "0x51",
"PacketPlayOutPlayerListHeaderFooter": "0x6A",
"ClientboundResourcePackPushPacket": "0x44",
"ClientboundSetTitlesAnimationPacket": "0x64",
"ClientboundSetTitleTextPacket": "0x63",
"ClientboundSetSubtitleTextPacket": "0x61",
"ClientboundSetActionBarTextPacket": "0x4A",
"ClientboundClearTitlesPacket": "0x0F",
"PacketPlayOutBoss": "0x0A",
"PacketPlayOutNamedSoundEffect": "0x66",
"PacketPlayOutStopSound": "0x68",
"PacketPlayOutWindowItems": "0x13",
"PacketPlayOutSetSlot": "0x15",
"PacketPlayOutOpenWindow": "0x31",
"PacketPlayOutCloseWindow": "0x12",
"PacketPlayOutWindowData": "0x14",
"ClientboundChunkBatchFinishedPacket": "0x0C",
"ClientboundChunkBatchStartPacket": "0x0D"
},
"StatusIn": {
"0x01": "PacketStatusInPing",
"0x00": "PacketStatusInRequest"
},
"StatusOut": {
"PacketStatusOutResponse": "0x00",
"PacketStatusOutPong": "0x01"
}
}