29 ::ll::TypedStorage<4, 4, ::MinecraftPacketIds> packetId;
30 ::ll::TypedStorage<8, 8, int64> recordedTime;
31 ::ll::TypedStorage<8, 8, uint64> originalStreamSize;
32 ::ll::TypedStorage<1, 513, char[513]> hexData;
39 MCAPI ::Json::Value toJson()
const;
49 MCAPI ::Json::Value toJson()
const;
57 ::ll::TypedStorage<8, 1648, ::PacketTraceNetworkPeer::PacketTraceQueue> mSentPackets;
58 ::ll::TypedStorage<8, 1648, ::PacketTraceNetworkPeer::PacketTraceQueue> mReceivedPackets;
64 virtual void sendPacket(
65 ::std::string
const& data,
66 ::NetworkPeer::Reliability reliability,
67 ::Compressibility compressible
70 virtual ::NetworkPeer::NetworkStatus getNetworkStatus() const ;
73 ::
std::
string& outData,
74 ::
std::shared_ptr<::
std::chrono::steady_clock::time_point> const& timepointPtr
81 MCAPI
void _recordPacket(::
std::
string const& data,
bool isOutgoing);
84 MCAPI ::std::pair<::Json::Value, ::Json::Value> getPacketTraces()
const;
92 $sendPacket(::std::string
const& data, ::NetworkPeer::Reliability reliability, ::Compressibility compressible);
94 MCFOLD ::NetworkPeer::NetworkStatus $getNetworkStatus()
const;
96 MCAPI ::NetworkPeer::DataStatus $_receivePacket(
97 ::std::string& outData,
98 ::std::shared_ptr<::std::chrono::steady_clock::time_point>
const& timepointPtr