LeviLamina
Loading...
Searching...
No Matches
ServerNetworkHandler Class Reference
+ Inheritance diagram for ServerNetworkHandler:

Classes

class  Client
 
struct  PendingVerdictEntry
 
class  TransferBuilderBatcher
 

Public Types

using SubjectType
 
using SubjectType
 

Public Member Functions

ServerNetworkHandleroperator= (ServerNetworkHandler const &)
 
 ServerNetworkHandler (ServerNetworkHandler const &)
 
virtual void onValidPacketReceived (::NetworkIdentifier const &netId, ::MinecraftPacketIds packetId, ::SubClientId senderSubId, ::SubClientId)
 
virtual void onWebsocketRequest (::std::string const &serverAddress, ::std::string const &payload, ::std::function< void()> errorCallback)
 
virtual void onInvalidPlayerJoinedLobby (::mce::UUID const &uuid, ::std::string const &xuid)
 
virtual void onXboxUserBlocked (::std::string const &xuid)
 
virtual void onXboxUserUnblocked (::std::string const &xuid)
 
virtual void onPlayerReady (::Player &player)
 
virtual void handlePacketViolation (::std::shared_ptr<::IPacketSecurityController > const &packetSecurityController, ::std::error_code const &errorCode, ::PacketViolationResponse const response, ::MinecraftPacketIds const packetId, ::std::string &&context, ::NetworkIdentifier const &netId, ::SubClientId const clientSubId, ::SubClientId const senderSubId, uint const packetSize)
 
virtual void sendPacketViolationWarningPacket (::std::error_code const &errorCode, ::PacketViolationResponse violationResponse, ::MinecraftPacketIds violatingPacketId, ::std::string const &context, ::NetworkIdentifier const &netId, ::SubClientId clientSubId)
 
virtual void sendServerLegacyParticle (::ParticleType name, ::Vec3 const &pos, ::Vec3 const &, int data)
 
virtual void onTransferRequest (::NetworkIdentifier const &id, ::std::string const &serverAddress, int serverPort)
 
virtual void onDisconnect (::NetworkIdentifier const &id, ::Connection::DisconnectFailReason const discoReason, ::std::string const &message, bool skipMessage, ::std::string const &telemetryOverride)
 
virtual::IncomingPacketFilterResult allowIncomingPacketId (::NetworkIdentifierWithSubId const &sender, ::MinecraftPacketIds packetId, uint64 packetSize)
 
virtual::OutgoingPacketFilterResult allowOutgoingPacket (::std::vector<::NetworkIdentifierWithSubId > const &ids, ::Packet const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ActorEventPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ActorPickRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::AnimatePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::std::shared_ptr<::BlockActorDataPacket > packet)
 
virtual void handle (::NetworkIdentifier const &source, ::BlockPickRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::LecternUpdatePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::BookEditPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::BossEventPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ClientCameraAimAssistPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ClientCacheStatusPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ClientCacheBlobStatusPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ClientMovementPredictionSyncPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ClientToServerHandshakePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::CommandBlockUpdatePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::CommandRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::CompletedUsingItemPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ContainerClosePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::DebugInfoPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::CreatePhotoPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::DisconnectPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::EmoteListPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::EmotePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::InteractPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::std::shared_ptr<::InventoryTransactionPacket > packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ItemStackRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::LabTablePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::LevelSoundEventPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::std::shared_ptr<::LoginPacket > packet)
 
virtual void handle (::NetworkIdentifier const &source, ::MapCreateLockedCopyPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::MapInfoRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::MobEquipmentPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ModalFormResponsePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::NetworkStackLatencyPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::NpcRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PhotoTransferPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PlayerActionPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PlayerAuthInputPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PlayerHotbarPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PlayerSkinPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PlayerToggleCrafterSlotRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PositionTrackingDBClientRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::PurchaseReceiptPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::RequestChunkRadiusPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ResourcePackChunkRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::RespawnPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SetDefaultGameTypePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SetDifficultyPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SetLocalPlayerAsInitializedPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SetPlayerGameTypePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::UpdatePlayerGameTypePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ScriptMessagePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ShowCreditsPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SimpleEventPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SpawnExperienceOrbPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::StructureBlockUpdatePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::StructureTemplateDataRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::std::shared_ptr<::SubClientLoginPacket > packet)
 
virtual void handle (::NetworkIdentifier const &source, ::TextPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::MultiplayerSettingsPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SettingsCommandPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::AnvilDamagePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SubChunkRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::CodeBuilderSourcePacket const &packet)
 
virtual void handle (::NetworkIdentifier const &, ::ChangeMobPropertyPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::RequestAbilityPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::RequestNetworkSettingsPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::RequestPermissionsPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::EditorNetworkPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::GameTestRequestPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::SetPlayerInventoryOptionsPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ServerboundLoadingScreenPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::ServerboundDiagnosticsPacket const &packet)
 
virtual void handle (::NetworkIdentifier const &source, ::UpdateClientOptionsPacket const &packet)
 
virtual void sendSubClientLoginMessageLocal (::NetworkIdentifier const &source, ::SubClientConnectionRequest const &connectionRequest, ::SubClientId subid)
 
virtual void _validateLoginPacket (::NetworkIdentifier const &source, ::LoginPacket const &packet)
 
virtual void onTick ()
 
virtual::GameSpecificNetEventCallback * getGameSpecificNetEventCallback ()
 
virtual void onConnect (::NetworkIdentifier const &id)
 
virtual void completeHandshake (::NetworkIdentifier const &source)
 
virtual void _onClientAsyncAuthorized (::NetworkIdentifier const &source, ::ConnectionRequest const &request, ::std::optional<::MessToken > const &hostMessToken)
 
virtual::ServerPlayer * _getServerPlayer (::NetworkIdentifier const &source, ::SubClientId subId)
 
MCAPI ServerNetworkHandler (::GameCallbacks &gameCallbacks, ::Bedrock::NonOwnerPointer<::ILevel > const &level, ::ServerNetworkSystem &network, ::PrivateKeyManager &serverKeys, ::ServerLocator &serverLocator, ::PacketSender &packetSender, ::AllowList &allowList, ::PermissionsFile *permissionsFile, ::mce::UUID const &hostPlayerId, int maxChunkRadius, int maxNumPlayers, ::MinecraftCommands &commandHandler, ::IMinecraftApp &app, ::std::unordered_map<::PackIdVersion, ::std::string > const &packIdToContentKey, ::Scheduler &scheduler, ::Bedrock::NonOwnerPointer<::TextFilteringProcessor > textFilteringProcessor, ::optional_ref<::MinecraftGameTest > gameTest, ::ServiceReference<::AppConfigs > appConfigs, ::ServiceReference<::Social::MultiplayerServiceManager > multiplayerServiceManager, ::NetworkServerConfig networkServerConfig)
 
MCAPI void SetServerIdentifiers (::std::string const &serverId, ::std::string const &worldId, ::std::string const &scenarioId)
 
MCAPI void _buildSubChunkPacketData (::NetworkIdentifier const &source, ::ServerPlayer const *player, ::SubChunkRequestPacket const &packet, ::SubChunkPacket &responsePacket, uint requestCount, bool clientCacheEnabled)
 
MCAPI::ServerPlayer & _createNewPlayer (::NetworkIdentifier const &source, ::SubClientConnectionRequest const &connectionRequest, ::SubClientId subid)
 
MCAPI void _decideIfSkinIsTrusted (::SerializedSkin &skin)
 
MCAPI void _displayGameMessage (::Player const &sender, ::ChatEvent &chatEvent)
 
MCAPI::std::string _extractFirstConnectionData (::NetworkIdentifier const &source)
 
MCAPI int _getActiveAndInProgressPlayerCount (::mce::UUID excludePlayer) const
 
MCAPI::std::string _getDisplayName (::GameServerToken const &token, bool isThirdPartyNameOnly, ::std::string const &thirdPartyName) const
 
MCAPI ::std::optional<::MessToken_getMessToken (::std::string const &eduTokenChain, bool isHostingPlayer)
 
MCAPI::ResourcePackFileUploadManager & _getResourcePackFileUploadManager (::NetworkIdentifier const &source, ::std::string const &resourceName)
 
MCAPI void _handleAllVerdictsTaskCompletion (::NetworkIdentifier const &source, ::SubClientId subClientId, ::brstd::move_only_function< void()> onCompletionCallback, uint64 verdictId, ::std::vector< ::std::shared_ptr<::Bedrock::Threading::IAsyncResult<::nonstd::expected< void, ::AsyncJoinError > > > > const &results)
 
MCAPI void _handleAsyncJoinCallbacks (::NetworkIdentifier const &source, ::std::variant< ::std::reference_wrapper<::ConnectionRequest const >, ::std::reference_wrapper<::SubClientConnectionRequest const > > const &request, ::SubClientId subClientId, ::brstd::move_only_function< void()> onCompletion)
 
MCAPI void _handleSetDefaultGameType (::ServerPlayer const &playerSettingGameType, ::SetDefaultGameTypePacket const &packet) const
 
MCAPI void _handleSetDifficulty (::ServerPlayer const &player, ::SetDifficultyPacket const &packet) const
 
MCAPI bool _isServerTextEnabled (::ServerTextEvent const &textEvent) const
 
MCAPI bool _isValidThirdPartyName (::GameServerToken const &token, ::std::string const &thirdPartyName) const
 
MCAPI bool _loadNewPlayer (::ServerPlayer &newPlayer, bool isXboxLive)
 
MCAPI void _onClientAuthenticated (::NetworkIdentifier const &source, ::ConnectionRequest const &request)
 
MCAPI void _onPlayerLeft (::ServerPlayer *player, bool skipMessage)
 
MCAPI void _onSubClientAuthenticated (::NetworkIdentifier const &source, ::std::shared_ptr<::SubClientLoginPacket > packet)
 
MCAPI bool _playerHasPermissionToFly (::UserEntityIdentifierComponent const *userIdentifier, ::ServerPlayer const *serverPlayer) const
 
MCAPI void _processServerAuthPlayerActions (::ServerPlayer &player, ::NetworkIdentifier const &source, ::PlayerActionPacket const &packet)
 
MCAPI void _sendAdditionalLevelData (::ServerPlayer &newPlayer, ::NetworkIdentifier const &source)
 
MCAPI void _sendLevelData (::ServerPlayer &newPlayer, ::NetworkIdentifier const &source)
 
MCAPI bool _updatePermissions (::ServerPlayer const &requester, ::RequestPermissionsPacket const &packet, ::Abilities &abilities, ::PermissionsHandler &permissions, ::Player *player)
 
MCAPI void addToDenyList (::mce::UUID const &uuid, ::std::string const &xuid)
 
MCAPI void allowIncomingConnections (::std::string const &serverName, bool shouldAnnounce)
 
MCAPI ::OwnerPtr<::EntityContextcreateNewPlayer (::NetworkIdentifier const &source, ::ConnectionRequest const &connectionRequest)
 
MCAPI ::OwnerPtr<::EntityContextcreateSimulatedPlayer (::std::string const &name, ::std::string const &xuid, ::std::optional<::ActorUniqueID > idOverride)
 
MCAPI void disallowIncomingConnections ()
 
MCAPI void disconnectClient (::NetworkIdentifier const &id, ::Connection::DisconnectFailReason discoReason, ::std::string const &message, ::std::optional<::std::string > filteredMessage, bool skipMessage)
 
MCAPI void disconnectClient (::NetworkIdentifier const &id, ::SubClientId subId, ::Connection::DisconnectFailReason discoReason, ::std::string const &message, ::std::optional<::std::string > filteredMessage, bool skipMessage)
 
MCAPI void engineCancelResponseHelper (::NetworkIdentifier const &source, ::ResourcePackClientResponsePacket const &packet)
 
MCAPI void engineDownloadingFinishedResponseHelper (::NetworkIdentifier const &source, ::ResourcePackClientResponsePacket const &packet)
 
MCAPI void engineDownloadingResponseHelper (::NetworkIdentifier const &source, ::ResourcePackClientResponsePacket const &packet)
 
MCAPI void onReady_ClientGeneration (::Player &newPlayer, ::NetworkIdentifier const &source)
 
MCAPI void persistPlayerPermissionsToDisk (::UserEntityIdentifierComponent const &userIdentifier, ::PlayerPermissionLevel playerPermission)
 
MCAPI ::std::unique_ptr< uint64, ::std::function< void(uint64 *)> > registerAsyncJoinCallback (::brstd::move_only_function< void(::NetworkIdentifier const &, ::std::variant< ::std::reference_wrapper<::ConnectionRequest const >, ::std::reference_wrapper<::SubClientConnectionRequest const > > const &, ::SubClientId, ::std::shared_ptr<::AsyncVerdictPromise >)> callback)
 
MCAPI void removeFromDenyList (::mce::UUID const &uuid, ::std::string const &xuid)
 
MCAPI void sendLoginMessageLocal (::NetworkIdentifier const &source, ::ConnectionRequest const &connectionRequest, ::ServerPlayer &player)
 
MCAPI void setAutomationClient (::Bedrock::NonOwnerPointer<::Automation::AutomationClient > client)
 
MCAPI void setNewPlayerPermissions (::ServerPlayer &newPlayer)
 
MCAPI bool trytLoadPlayer (::ServerPlayer &player, ::ConnectionRequest const &connectionRequest)
 
MCAPI void updateServerAnnouncement ()
 
MCAPI void * $ctor (::GameCallbacks &gameCallbacks, ::Bedrock::NonOwnerPointer<::ILevel > const &level, ::ServerNetworkSystem &network, ::PrivateKeyManager &serverKeys, ::ServerLocator &serverLocator, ::PacketSender &packetSender, ::AllowList &allowList, ::PermissionsFile *permissionsFile, ::mce::UUID const &hostPlayerId, int maxChunkRadius, int maxNumPlayers, ::MinecraftCommands &commandHandler, ::IMinecraftApp &app, ::std::unordered_map<::PackIdVersion, ::std::string > const &packIdToContentKey, ::Scheduler &scheduler, ::Bedrock::NonOwnerPointer<::TextFilteringProcessor > textFilteringProcessor, ::optional_ref<::MinecraftGameTest > gameTest, ::ServiceReference<::AppConfigs > appConfigs, ::ServiceReference<::Social::MultiplayerServiceManager > multiplayerServiceManager, ::NetworkServerConfig networkServerConfig)
 
MCAPI void $dtor ()
 
MCAPI void $onValidPacketReceived (::NetworkIdentifier const &netId, ::MinecraftPacketIds packetId, ::SubClientId senderSubId, ::SubClientId)
 
MCAPI void $onWebsocketRequest (::std::string const &serverAddress, ::std::string const &payload, ::std::function< void()> errorCallback)
 
MCAPI void $onInvalidPlayerJoinedLobby (::mce::UUID const &uuid, ::std::string const &xuid)
 
MCAPI void $onXboxUserBlocked (::std::string const &xuid)
 
MCAPI void $onXboxUserUnblocked (::std::string const &xuid)
 
MCFOLD void $onPlayerReady (::Player &player)
 
MCAPI void $handlePacketViolation (::std::shared_ptr<::IPacketSecurityController > const &packetSecurityController, ::std::error_code const &errorCode, ::PacketViolationResponse const response, ::MinecraftPacketIds const packetId, ::std::string &&context, ::NetworkIdentifier const &netId, ::SubClientId const clientSubId, ::SubClientId const senderSubId, uint const packetSize)
 
MCAPI void $sendPacketViolationWarningPacket (::std::error_code const &errorCode, ::PacketViolationResponse violationResponse, ::MinecraftPacketIds violatingPacketId, ::std::string const &context, ::NetworkIdentifier const &netId, ::SubClientId clientSubId)
 
MCAPI void $sendServerLegacyParticle (::ParticleType name, ::Vec3 const &pos, ::Vec3 const &, int data)
 
MCAPI void $onTransferRequest (::NetworkIdentifier const &id, ::std::string const &serverAddress, int serverPort)
 
MCAPI void $onDisconnect (::NetworkIdentifier const &id, ::Connection::DisconnectFailReason const discoReason, ::std::string const &message, bool skipMessage, ::std::string const &telemetryOverride)
 
MCAPI::IncomingPacketFilterResult $allowIncomingPacketId (::NetworkIdentifierWithSubId const &sender, ::MinecraftPacketIds packetId, uint64 packetSize)
 
MCAPI::OutgoingPacketFilterResult $allowOutgoingPacket (::std::vector<::NetworkIdentifierWithSubId > const &ids, ::Packet const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ActorEventPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ActorPickRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::AnimatePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::std::shared_ptr<::BlockActorDataPacket > packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::BlockPickRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::LecternUpdatePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::BookEditPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::BossEventPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ClientCameraAimAssistPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ClientCacheStatusPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ClientCacheBlobStatusPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ClientMovementPredictionSyncPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ClientToServerHandshakePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::CommandBlockUpdatePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::CommandRequestPacket const &packet)
 
MCFOLD void $handle (::NetworkIdentifier const &source, ::CompletedUsingItemPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ContainerClosePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::DebugInfoPacket const &packet)
 
MCFOLD void $handle (::NetworkIdentifier const &source, ::CreatePhotoPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::DisconnectPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::EmoteListPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::EmotePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::InteractPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::std::shared_ptr<::InventoryTransactionPacket > packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ItemStackRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::LabTablePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::LevelSoundEventPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::std::shared_ptr<::LoginPacket > packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::MapCreateLockedCopyPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::MapInfoRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::MobEquipmentPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ModalFormResponsePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::NetworkStackLatencyPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::NpcRequestPacket const &packet)
 
MCFOLD void $handle (::NetworkIdentifier const &source, ::PhotoTransferPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::PlayerActionPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::PlayerAuthInputPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::PlayerHotbarPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::PlayerSkinPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::PlayerToggleCrafterSlotRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::PositionTrackingDBClientRequestPacket const &packet)
 
MCFOLD void $handle (::NetworkIdentifier const &source, ::PurchaseReceiptPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::RequestChunkRadiusPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ResourcePackChunkRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::RespawnPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SetDefaultGameTypePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SetDifficultyPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SetLocalPlayerAsInitializedPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SetPlayerGameTypePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::UpdatePlayerGameTypePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ScriptMessagePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ShowCreditsPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SimpleEventPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SpawnExperienceOrbPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::StructureBlockUpdatePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::StructureTemplateDataRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::std::shared_ptr<::SubClientLoginPacket > packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::TextPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::MultiplayerSettingsPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SettingsCommandPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::AnvilDamagePacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SubChunkRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::CodeBuilderSourcePacket const &packet)
 
MCFOLD void $handle (::NetworkIdentifier const &, ::ChangeMobPropertyPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::RequestAbilityPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::RequestNetworkSettingsPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::RequestPermissionsPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::EditorNetworkPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::GameTestRequestPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::SetPlayerInventoryOptionsPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ServerboundLoadingScreenPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::ServerboundDiagnosticsPacket const &packet)
 
MCAPI void $handle (::NetworkIdentifier const &source, ::UpdateClientOptionsPacket const &packet)
 
MCAPI void $sendSubClientLoginMessageLocal (::NetworkIdentifier const &source, ::SubClientConnectionRequest const &connectionRequest, ::SubClientId subid)
 
MCAPI void $_validateLoginPacket (::NetworkIdentifier const &source, ::LoginPacket const &packet)
 
MCAPI void $onTick ()
 
MCAPI::GameSpecificNetEventCallback * $getGameSpecificNetEventCallback ()
 
MCAPI void $onConnect (::NetworkIdentifier const &id)
 
MCAPI void $completeHandshake (::NetworkIdentifier const &source)
 
MCAPI void $_onClientAsyncAuthorized (::NetworkIdentifier const &source, ::ConnectionRequest const &request, ::std::optional<::MessToken > const &hostMessToken)
 
MCAPI::ServerPlayer * $_getServerPlayer (::NetworkIdentifier const &source, ::SubClientId subId)
 
MCAPI void * $ctor (::std::string name)
 
MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< void > > queue (::std::function< void()> &&callback)
 
virtual void onUnableToConnect (::Connection::DisconnectFailReason, ::std::string const &)
 
virtual void onStoreOfferReceive (::ShowStoreOfferRedirectType const, ::std::string const &offerID)
 
virtual bool getIsConnectedToApplicationLayer () const
 
virtual void handle (::NetworkIdentifier const &, ::PacketViolationWarningPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ServerToClientHandshakePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ResourcePacksInfoPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ResourcePackStackPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ResourcePackClientResponsePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PositionTrackingDBServerBroadcastPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayStatusPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetTimePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::StartGamePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AddItemActorPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AddPaintingPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::TakeItemActorPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AddActorPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AddMobPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AddPlayerPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::RemoveActorPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::MoveActorAbsolutePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::MoveActorDeltaPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::MovePlayerPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::std::shared_ptr<::UpdateBlockPacket >)
 
virtual void handle (::NetworkIdentifier const &, ::std::shared_ptr<::UpdateBlockSyncedPacket >)
 
virtual void handle (::NetworkIdentifier const &, ::SpawnParticleEffectPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::LevelEventPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::LevelEventGenericPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::BlockEventPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::GuiDataPickItemPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::MobEffectPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::MovementEffectPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::MobArmorEquipmentPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetActorDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetActorMotionPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::MotionPredictionHintsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetHealthPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetActorLinkPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetSpawnPositionPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ActorFallPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::HurtArmorPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerArmorDamagePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ItemStackResponsePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ContainerOpenPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ContainerRegistryCleanupPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ContainerSetDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::InventoryContentPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::InventorySlotPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CraftingDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::std::shared_ptr<::LevelChunkPacket >)
 
virtual void handle (::NetworkIdentifier const &, ::SubChunkPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::std::shared_ptr<::ClientCacheMissResponsePacket >)
 
virtual void handle (::NetworkIdentifier const &, ::SetCommandsEnabledPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ChangeDimensionPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::std::shared_ptr<::UpdateAttributesPacket >)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerListPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::LegacyTelemetryEventPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ClientboundDebugRendererPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ClientboundMapItemDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ClientboundCloseFormPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ChunkRadiusUpdatedPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UpdateTradePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UpdateEquipPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AvailableCommandsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CommandOutputPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CameraAimAssistPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CameraAimAssistPresetsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CameraInstructionPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CameraPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CameraPresetsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ClientboundControlSchemeSetPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CameraShakePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::InventoryActionPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::GameRulesChangedPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ResourcePackDataInfoPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ResourcePackChunkDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::NetworkChunkPublisherUpdatePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::StructureTemplateDataResponsePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::TransferPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlaySoundPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::StopSoundPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetTitlePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AddBehaviorTreePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ShowStoreOfferPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::RemoveObjectivePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetDisplayObjectivePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AutomationClientConnectPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ModalFormRequestPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ToastRequestPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::OnScreenTextureAnimationPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ServerSettingsRequestPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ServerSettingsResponsePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ShowProfilePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetScorePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetScoreboardIdentityPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::TickingAreasLoadStatusPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UpdateSoftEnumPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AvailableActorIdentifiersPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AddVolumeEntityPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::RemoveVolumeEntityPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::DimensionDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::RefreshEntitlementsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ServerPlayerPostMovePositionPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerStartItemCooldownPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetLastHurtByPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::BookAddPagePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::BookDeletePagePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::BookSignPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::BookSwapPagesPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::NetworkSettingsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ServerStatsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::BiomeDefinitionListPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::EducationSettingsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::EduUriResourcePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CreativeContentPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CodeBuilderPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerEnchantOptionsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AnimateEntityPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CorrectPlayerMovePredictionPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerFogPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::ItemRegistryPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::LessonProgressPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::FeatureRegistryPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SyncActorPropertyPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SimulationTypePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::NpcDialoguePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UpdateSubChunkBlocksPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AgentActionEventPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::DeathInfoPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UpdateAbilitiesPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UpdateAdventureSettingsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::GameTestResultsPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UpdateClientInputLocksPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::UnlockedRecipesPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::TrimDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::OpenSignPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AgentAnimationPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetHudPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::AwardAchievementPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::JigsawStructureDataPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::CurrentStructureFeaturePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::SetMovementAuthorityPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerVideoCapturePacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerUpdateEntityOverridesPacket const &)
 
virtual void handle (::NetworkIdentifier const &, ::PlayerLocationPacket const &)
 
MCAPI void $onUnableToConnect (::Connection::DisconnectFailReason, ::std::string const &)
 
MCAPI void $onStoreOfferReceive (::ShowStoreOfferRedirectType const, ::std::string const &offerID)
 
MCAPI bool $getIsConnectedToApplicationLayer () const
 
MCAPI void $handle (::NetworkIdentifier const &, ::PacketViolationWarningPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ServerToClientHandshakePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ResourcePacksInfoPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ResourcePackStackPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ResourcePackClientResponsePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PositionTrackingDBServerBroadcastPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayStatusPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetTimePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::StartGamePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AddItemActorPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AddPaintingPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::TakeItemActorPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AddActorPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AddMobPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AddPlayerPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::RemoveActorPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::MoveActorAbsolutePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::MoveActorDeltaPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::MovePlayerPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::std::shared_ptr<::UpdateBlockPacket >)
 
MCAPI void $handle (::NetworkIdentifier const &, ::std::shared_ptr<::UpdateBlockSyncedPacket >)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SpawnParticleEffectPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::LevelEventPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::LevelEventGenericPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::BlockEventPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::GuiDataPickItemPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::MobEffectPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::MovementEffectPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::MobArmorEquipmentPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetActorDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetActorMotionPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::MotionPredictionHintsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetHealthPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetActorLinkPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetSpawnPositionPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ActorFallPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::HurtArmorPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerArmorDamagePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ItemStackResponsePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ContainerOpenPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ContainerRegistryCleanupPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ContainerSetDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::InventoryContentPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::InventorySlotPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CraftingDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::std::shared_ptr<::LevelChunkPacket >)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SubChunkPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::std::shared_ptr<::ClientCacheMissResponsePacket >)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetCommandsEnabledPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ChangeDimensionPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::std::shared_ptr<::UpdateAttributesPacket >)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerListPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::LegacyTelemetryEventPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ClientboundDebugRendererPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ClientboundMapItemDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ClientboundCloseFormPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ChunkRadiusUpdatedPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UpdateTradePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UpdateEquipPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AvailableCommandsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CommandOutputPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CameraAimAssistPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CameraAimAssistPresetsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CameraInstructionPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CameraPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CameraPresetsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ClientboundControlSchemeSetPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CameraShakePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::InventoryActionPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::GameRulesChangedPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ResourcePackDataInfoPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ResourcePackChunkDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::NetworkChunkPublisherUpdatePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::StructureTemplateDataResponsePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::TransferPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlaySoundPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::StopSoundPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetTitlePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AddBehaviorTreePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ShowStoreOfferPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::RemoveObjectivePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetDisplayObjectivePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AutomationClientConnectPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ModalFormRequestPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ToastRequestPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::OnScreenTextureAnimationPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ServerSettingsRequestPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ServerSettingsResponsePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ShowProfilePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetScorePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetScoreboardIdentityPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::TickingAreasLoadStatusPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UpdateSoftEnumPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AvailableActorIdentifiersPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AddVolumeEntityPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::RemoveVolumeEntityPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::DimensionDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::RefreshEntitlementsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ServerPlayerPostMovePositionPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerStartItemCooldownPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetLastHurtByPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::BookAddPagePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::BookDeletePagePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::BookSignPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::BookSwapPagesPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::NetworkSettingsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ServerStatsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::BiomeDefinitionListPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::EducationSettingsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::EduUriResourcePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CreativeContentPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CodeBuilderPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerEnchantOptionsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AnimateEntityPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CorrectPlayerMovePredictionPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerFogPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::ItemRegistryPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::LessonProgressPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::FeatureRegistryPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SyncActorPropertyPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SimulationTypePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::NpcDialoguePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UpdateSubChunkBlocksPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AgentActionEventPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::DeathInfoPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UpdateAbilitiesPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UpdateAdventureSettingsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::GameTestResultsPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UpdateClientInputLocksPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::UnlockedRecipesPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::TrimDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::OpenSignPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AgentAnimationPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetHudPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::AwardAchievementPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::JigsawStructureDataPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::CurrentStructureFeaturePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::SetMovementAuthorityPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerVideoCapturePacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerUpdateEntityOverridesPacket const &)
 
MCAPI void $handle (::NetworkIdentifier const &, ::PlayerLocationPacket const &)
 
virtual void allChanged ()
 
virtual void addParticleEffect (::HashedString const &, ::Actor const &, ::HashedString const &, ::Vec3 const &, ::MolangVariableMap const &)
 
virtual void addTerrainParticleEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
 
virtual void addTerrainSlideEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
 
virtual void addBreakingItemParticleEffect (::Vec3 const &, ::BreakingItemParticleData const &, ::ResolvedItemIconInfo const &)
 
virtual void addBiomeTintedParticleEffect (::HashedString const &, ::BlockPos const &, ::Block const &, ::std::optional<::mce::Color >)
 
virtual void playMusic (::std::string const &, ::Vec3 const &, float, float)
 
virtual void playStreamingMusic (::std::string const &, int, int, int)
 
virtual void onEntityAdded (::Actor &)
 
virtual void onEntityRemoved (::Actor &)
 
virtual void onChunkLoaded (::ChunkSource &, ::LevelChunk &)
 
virtual void onChunkReloaded (::ChunkSource &, ::LevelChunk &)
 
virtual void onSubChunkLoaded (::ChunkSource &, ::LevelChunk &, short, bool)
 
virtual void onChunkUnloaded (::LevelChunk &)
 
virtual void onLevelDestruction (::std::string const &)
 
virtual void levelEvent (::SharedTypes::Legacy::LevelEvent, ::Vec3 const &, int)
 
virtual void levelEvent (::SharedTypes::Legacy::LevelEvent, ::CompoundTag const &)
 
virtual void takePicture (::cg::ImageBuffer &, ::Actor *, ::Actor *, ::ScreenshotOptions &, ::std::function< void(::cg::ImageBuffer &, ::ScreenshotOptions &)>)
 
virtual void playerListChanged ()
 
virtual void onLevelDataCommandsChanged (bool)
 
virtual void onLevelDataWorldTemplateOptionsUnlocked ()
 
MCFOLD void $allChanged ()
 
MCFOLD void $addParticleEffect (::HashedString const &, ::Actor const &, ::HashedString const &, ::Vec3 const &, ::MolangVariableMap const &)
 
MCFOLD void $addTerrainParticleEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
 
MCFOLD void $addTerrainSlideEffect (::BlockPos const &, ::Block const &, ::Vec3 const &, float, float, float)
 
MCFOLD void $addBreakingItemParticleEffect (::Vec3 const &, ::BreakingItemParticleData const &, ::ResolvedItemIconInfo const &)
 
MCFOLD void $addBiomeTintedParticleEffect (::HashedString const &, ::BlockPos const &, ::Block const &, ::std::optional<::mce::Color >)
 
MCFOLD void $playMusic (::std::string const &, ::Vec3 const &, float, float)
 
MCFOLD void $playStreamingMusic (::std::string const &, int, int, int)
 
MCFOLD void $onEntityAdded (::Actor &)
 
MCFOLD void $onEntityRemoved (::Actor &)
 
MCFOLD void $onChunkLoaded (::ChunkSource &, ::LevelChunk &)
 
MCFOLD void $onChunkReloaded (::ChunkSource &, ::LevelChunk &)
 
MCFOLD void $onSubChunkLoaded (::ChunkSource &, ::LevelChunk &, short, bool)
 
MCFOLD void $onChunkUnloaded (::LevelChunk &)
 
MCFOLD void $onLevelDestruction (::std::string const &)
 
MCAPI void $takePicture (::cg::ImageBuffer &, ::Actor *, ::Actor *, ::ScreenshotOptions &, ::std::function< void(::cg::ImageBuffer &, ::ScreenshotOptions &)>)
 
MCFOLD void $playerListChanged ()
 
MCFOLD void $onLevelDataCommandsChanged (bool)
 
MCFOLD void $onLevelDataWorldTemplateOptionsUnlocked ()
 
virtual void onSourceCreated (::BlockSource &source)
 
virtual void onSourceDestroyed (::BlockSource &source)
 
virtual void onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max)
 
virtual void onBlockChanged (::BlockSource &source, ::BlockPos const &pos, uint layer, ::Block const &block, ::Block const &oldBlock, int updateFlags, ::ActorBlockSyncMessage const *syncMsg, ::BlockChangedEventTarget eventTarget, ::Actor *blockChangeSource)
 
virtual void onBrightnessChanged (::BlockSource &source, ::BlockPos const &pos)
 
virtual void onBlockEntityChanged (::BlockSource &source, ::BlockActor &te)
 
virtual void onEntityChanged (::BlockSource &source, ::Actor &entity)
 
virtual void onBlockEvent (::BlockSource &source, int x, int y, int z, int b0, int b1)
 
MCFOLD void $onSourceCreated (::BlockSource &source)
 
MCFOLD void $onSourceDestroyed (::BlockSource &source)
 
MCFOLD void $onAreaChanged (::BlockSource &source, ::BlockPos const &min, ::BlockPos const &max)
 
MCFOLD void $onBlockChanged (::BlockSource &source, ::BlockPos const &pos, uint layer, ::Block const &block, ::Block const &oldBlock, int updateFlags, ::ActorBlockSyncMessage const *syncMsg, ::BlockChangedEventTarget eventTarget, ::Actor *blockChangeSource)
 
MCAPI void $onBrightnessChanged (::BlockSource &source, ::BlockPos const &pos)
 
MCFOLD void $onBlockEntityChanged (::BlockSource &source, ::BlockActor &te)
 
MCFOLD void $onEntityChanged (::BlockSource &source, ::Actor &entity)
 
MCFOLD void $onBlockEvent (::BlockSource &source, int x, int y, int z, int b0, int b1)
 
virtual void onUserDisconnectedBecauseConcurrentLogin (::std::string const &id)
 
MCAPI void $onUserDisconnectedBecauseConcurrentLogin (::std::string const &id)
 
SubjectTypegetSubject ()
 
void removeFromSubject ()
 
virtual void _onSubjectDestroyed ()
 
SubjectTypegetSubject ()
 
void removeFromSubject ()
 
virtual void _onSubjectDestroyed ()
 

Static Public Member Functions

static MCAPI void _updateCommandBlock (::BlockSource &region, ::CommandBlockUpdatePacket const &packet, ::Bedrock::Safety::RedactableString const *redactedName)
 
static MCAPI void handle (::ServerPlayer *player, ::std::shared_ptr<::InventoryTransactionPacket > packet)
 
static MCAPI void handle (::Player *player, ::PlayerAuthInputPacket const &packet)
 
static MCAPI void ** $vftableForNetEventCallback ()
 
static MCAPI void ** $vftableForMultiplayerServiceObserver ()
 
static MCAPI void ** $vftableForXboxLiveUserObserver ()
 
static MCAPI void ** $vftableForLevelListener ()
 
static MCAPI void ** $vftableForEnableQueueForMainThread ()
 
static MCAPI void ** $vftable ()
 
static MCAPI void ** $vftable ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::TypedStorage< 8, 64, ::std::unordered_map<::NetworkIdentifier, ::std::unique_ptr<::ServerNetworkHandler::Client > > > mClients
 
::ll::TypedStorage< 8, 8, ::GameCallbacks & > mGameCallbacks
 
::ll::TypedStorage< 8, 24, ::Bedrock::NonOwnerPointer<::ILevel > > mLevel
 
::ll::TypedStorage< 8, 8, ::ServerNetworkSystem & > mNetwork
 
::ll::TypedStorage< 8, 8, ::PrivateKeyManager & > mServerKeys
 
::ll::TypedStorage< 8, 8, ::ServerLocator & > mServerLocator
 
::ll::TypedStorage< 8, 8, ::gsl::not_null<::PacketSender * > > mPacketSender
 
::ll::TypedStorage< 1, 1, bool > mUseAllowList
 
::ll::TypedStorage< 8, 8, ::AllowList & > mAllowList
 
::ll::TypedStorage< 8, 8, ::PermissionsFile * > mPermissionsFile
 
::ll::TypedStorage< 8, 104, ::DenyListmServerDenyList
 
::ll::TypedStorage< 8, 72, ::NetworkServerConfigmNetworkServerConfig
 
::ll::TypedStorage< 1, 1, bool > mHasDisplayedPackErrors
 
::ll::TypedStorage< 8, 176, ::NetworkIdentifiermMyId
 
::ll::TypedStorage< 4, 4, int const > mMaxChunkRadius
 
::ll::TypedStorage< 8, 8, ::MinecraftCommands & > mMinecraftCommands
 
::ll::TypedStorage< 8, 8, ::IMinecraftApp & > mApp
 
::ll::TypedStorage< 8, 24, ::Bedrock::NonOwnerPointer<::TextFilteringProcessor > > mTextFilteringProcessor
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::ClientBlobCache::Server::ActiveTransfersManager > > mClientCacheManager
 
::ll::TypedStorage< 8, 64, ::std::unordered_map< uint64, ::std::string > > mServerStorageForClientsConnectingAttempt
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::ClassroomModeNetworkHandler > > mCompanionHandler
 
::ll::TypedStorage< 8, 80, ::Bedrock::Threading::MutexmValidatePlayerMutex
 
::ll::TypedStorage< 1, 1, bool > mAllowIncoming
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::IServerNetworkController > > mServerNetworkController
 
::ll::TypedStorage< 8, 32, ::std::string > mServerName
 
::ll::TypedStorage< 8, 24, ::std::vector<::std::string > > mTrustedKeys
 
::ll::TypedStorage< 4, 4, int > mMaxNumPlayers
 
::ll::TypedStorage< 8, 64, ::std::unordered_set<::mce::UUID > > mKnownEmotePieceIdLookup
 
::ll::TypedStorage< 8, 24, ::std::vector<::mce::UUID > > mKnownEmotePieceIds
 
::ll::TypedStorage< 8, 64, ::std::unordered_map< uint64, ::std::unordered_map<::std::string, ::std::shared_ptr<::ResourcePackFileUploadManager > > > > mResourceUploadManagers
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::TaskGroup > > mIOTaskGroup
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::TaskGroup > > mAsyncJoinTaskGroup
 
::ll::TypedStorage< 1, 1, bool > mIsTrial
 
::ll::TypedStorage< 8, 64, ::std::unordered_map<::PackIdVersion, ::std::string > > mPackIdToContentKey
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::GameSpecificNetEventCallback > > mGameSpecificNetEventCallback
 
::ll::TypedStorage< 8, 64, ::std::unordered_map<::NetworkIdentifier, ::std::unique_ptr<::ServerNetworkHandler::TransferBuilderBatcher > > > mTransferBuilderBatcher
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::GameTestNetworkAdapter > > mGameTestAdapter
 
::ll::TypedStorage< 8, 40, ::ServiceReference<::AppConfigs > > mAppConfigs
 
::ll::TypedStorage< 8, 40, ::ServiceReference<::Social::MultiplayerServiceManager > > mMultiplayerServiceManager
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::BiomeDefinitionListPacket const > > mBiomeDefinitionListWithoutCSCG
 
::ll::TypedStorage< 8, 8, ::std::unique_ptr<::BiomeDefinitionListPacket const > > mBiomeDefinitionListWithCSCG
 
::ll::TypedStorage< 8, 16, ::std::shared_ptr<::Identity::IEduAuth > > mEduAuth
 
::ll::TypedStorage< 8, 32, ::std::string > mServerId
 
::ll::TypedStorage< 8, 32, ::std::string > mScenarioId
 
::ll::TypedStorage< 8, 32, ::std::string > mWorldId
 
::ll::TypedStorage< 8, 16, ::std::map< uint64, ::brstd::move_only_function< void(::NetworkIdentifier const &, ::std::variant< ::std::reference_wrapper<::ConnectionRequest const >, ::std::reference_wrapper<::SubClientConnectionRequest const > > const &, ::SubClientId, ::std::shared_ptr<::AsyncVerdictPromise >)> > > mAsyncJoinCallbacks
 
::ll::TypedStorage< 8, 8, uint64 > mNextAsyncJoinCallbackId
 
::ll::TypedStorage< 8, 8, ::std::shared_mutex > mAsyncJoinCallbacksMutex
 
::ll::TypedStorage< 8, 64, ::std::unordered_map< uint64, ::ServerNetworkHandler::PendingVerdictEntry > > mPendingVerdicts
 
::ll::TypedStorage< 8, 8, ::std::chrono::nanoseconds > mVerdictTimeout
 
::ll::UntypedStorage< 8, 8 > mUnk30ed11
 
::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlockmControlBlock
 
SubjectTypempSubject
 
SubjectTypempSubject
 

Member Function Documentation

◆ onValidPacketReceived()

virtual void ServerNetworkHandler::onValidPacketReceived ( ::NetworkIdentifier const & netId,
::MinecraftPacketIds packetId,
::SubClientId senderSubId,
::SubClientId  )
virtual

Reimplemented from NetEventCallback.

◆ onWebsocketRequest()

virtual void ServerNetworkHandler::onWebsocketRequest ( ::std::string const & serverAddress,
::std::string const & payload,
::std::function< void()> errorCallback )
virtual

Reimplemented from NetEventCallback.

◆ onInvalidPlayerJoinedLobby()

virtual void ServerNetworkHandler::onInvalidPlayerJoinedLobby ( ::mce::UUID const & uuid,
::std::string const & xuid )
virtual

◆ onXboxUserBlocked()

virtual void ServerNetworkHandler::onXboxUserBlocked ( ::std::string const & xuid)
virtual

◆ onXboxUserUnblocked()

virtual void ServerNetworkHandler::onXboxUserUnblocked ( ::std::string const & xuid)
virtual

◆ onPlayerReady()

virtual void ServerNetworkHandler::onPlayerReady ( ::Player & player)
virtual

Reimplemented from NetEventCallback.

◆ handlePacketViolation()

virtual void ServerNetworkHandler::handlePacketViolation ( ::std::shared_ptr<::IPacketSecurityController > const & packetSecurityController,
::std::error_code const & errorCode,
::PacketViolationResponse const response,
::MinecraftPacketIds const packetId,
::std::string && context,
::NetworkIdentifier const & netId,
::SubClientId const clientSubId,
::SubClientId const senderSubId,
uint const packetSize )
virtual

Reimplemented from NetEventCallback.

◆ sendPacketViolationWarningPacket()

virtual void ServerNetworkHandler::sendPacketViolationWarningPacket ( ::std::error_code const & errorCode,
::PacketViolationResponse violationResponse,
::MinecraftPacketIds violatingPacketId,
::std::string const & context,
::NetworkIdentifier const & netId,
::SubClientId clientSubId )
virtual

Reimplemented from NetEventCallback.

◆ sendServerLegacyParticle()

virtual void ServerNetworkHandler::sendServerLegacyParticle ( ::ParticleType name,
::Vec3 const & pos,
::Vec3 const & ,
int data )
virtual

Reimplemented from LevelListener.

◆ onTransferRequest()

virtual void ServerNetworkHandler::onTransferRequest ( ::NetworkIdentifier const & id,
::std::string const & serverAddress,
int serverPort )
virtual

Reimplemented from NetEventCallback.

◆ onDisconnect()

virtual void ServerNetworkHandler::onDisconnect ( ::NetworkIdentifier const & id,
::Connection::DisconnectFailReason const discoReason,
::std::string const & message,
bool skipMessage,
::std::string const & telemetryOverride )
virtual

Reimplemented from NetEventCallback.

◆ allowIncomingPacketId()

virtual::IncomingPacketFilterResult ServerNetworkHandler::allowIncomingPacketId ( ::NetworkIdentifierWithSubId const & sender,
::MinecraftPacketIds packetId,
uint64 packetSize )
virtual

Implements NetEventCallback.

◆ allowOutgoingPacket()

virtual::OutgoingPacketFilterResult ServerNetworkHandler::allowOutgoingPacket ( ::std::vector<::NetworkIdentifierWithSubId > const & ids,
::Packet const & packet )
virtual

Implements NetEventCallback.

◆ handle() [1/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ActorEventPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [2/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ActorPickRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [3/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::AnimatePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [4/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::std::shared_ptr<::BlockActorDataPacket > packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [5/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::BlockPickRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [6/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::LecternUpdatePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [7/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::BookEditPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [8/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::BossEventPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [9/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ClientCameraAimAssistPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [10/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ClientCacheStatusPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [11/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ClientCacheBlobStatusPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [12/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ClientMovementPredictionSyncPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [13/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ClientToServerHandshakePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [14/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::CommandBlockUpdatePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [15/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::CommandRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [16/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::CompletedUsingItemPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [17/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ContainerClosePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [18/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::DebugInfoPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [19/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::CreatePhotoPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [20/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::DisconnectPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [21/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::EmoteListPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [22/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::EmotePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [23/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::InteractPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [24/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::std::shared_ptr<::InventoryTransactionPacket > packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [25/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ItemStackRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [26/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::LabTablePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [27/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::LevelSoundEventPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [28/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::std::shared_ptr<::LoginPacket > packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [29/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::MapCreateLockedCopyPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [30/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::MapInfoRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [31/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::MobEquipmentPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [32/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ModalFormResponsePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [33/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::NetworkStackLatencyPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [34/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::NpcRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [35/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PhotoTransferPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [36/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PlayerActionPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [37/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PlayerAuthInputPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [38/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PlayerHotbarPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [39/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PlayerSkinPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [40/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PlayerToggleCrafterSlotRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [41/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PositionTrackingDBClientRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [42/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::PurchaseReceiptPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [43/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::RequestChunkRadiusPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [44/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ResourcePackChunkRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [45/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::RespawnPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [46/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SetDefaultGameTypePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [47/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SetDifficultyPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [48/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SetLocalPlayerAsInitializedPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [49/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SetPlayerGameTypePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [50/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::UpdatePlayerGameTypePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [51/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ScriptMessagePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [52/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ShowCreditsPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [53/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SimpleEventPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [54/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SpawnExperienceOrbPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [55/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::StructureBlockUpdatePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [56/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::StructureTemplateDataRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [57/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::std::shared_ptr<::SubClientLoginPacket > packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [58/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::TextPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [59/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::MultiplayerSettingsPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [60/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SettingsCommandPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [61/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::AnvilDamagePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [62/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SubChunkRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [63/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::CodeBuilderSourcePacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [64/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & ,
::ChangeMobPropertyPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [65/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::RequestAbilityPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [66/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::RequestNetworkSettingsPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [67/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::RequestPermissionsPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [68/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::EditorNetworkPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [69/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::GameTestRequestPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [70/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::SetPlayerInventoryOptionsPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [71/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ServerboundLoadingScreenPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [72/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::ServerboundDiagnosticsPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ handle() [73/73]

virtual void ServerNetworkHandler::handle ( ::NetworkIdentifier const & source,
::UpdateClientOptionsPacket const & packet )
virtual

Reimplemented from NetEventCallback.

◆ onTick()

virtual void ServerNetworkHandler::onTick ( )
virtual

Reimplemented from NetEventCallback.

◆ onConnect()

virtual void ServerNetworkHandler::onConnect ( ::NetworkIdentifier const & id)
virtual

Reimplemented from NetEventCallback.

◆ $vftableForNetEventCallback()

static MCAPI void ** ServerNetworkHandler::$vftableForNetEventCallback ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForMultiplayerServiceObserver()

static MCAPI void ** ServerNetworkHandler::$vftableForMultiplayerServiceObserver ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForXboxLiveUserObserver()

static MCAPI void ** ServerNetworkHandler::$vftableForXboxLiveUserObserver ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForLevelListener()

static MCAPI void ** ServerNetworkHandler::$vftableForLevelListener ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForEnableQueueForMainThread()

static MCAPI void ** ServerNetworkHandler::$vftableForEnableQueueForMainThread ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * Bedrock::Threading::EnableQueueForMainThread::$ctor ( ::std::string name)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [1/3]

static MCAPI void ** Bedrock::Threading::EnableQueueForMainThread::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ queue()

MCAPI ::std::shared_ptr<::Bedrock::Threading::IAsyncResult< void > > Bedrock::Threading::EnableQueueForThread::queue ( ::std::function< void()> && callback)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onUnableToConnect()

MCAPI void NetEventCallback::$onUnableToConnect ( ::Connection::DisconnectFailReason ,
::std::string const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onStoreOfferReceive()

MCAPI void NetEventCallback::$onStoreOfferReceive ( ::ShowStoreOfferRedirectType const ,
::std::string const & offerID )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $getIsConnectedToApplicationLayer()

MCAPI bool NetEventCallback::$getIsConnectedToApplicationLayer ( ) const
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [1/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PacketViolationWarningPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [2/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ServerToClientHandshakePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [3/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ResourcePacksInfoPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [4/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ResourcePackStackPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [5/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ResourcePackClientResponsePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [6/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PositionTrackingDBServerBroadcastPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [7/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayStatusPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [8/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetTimePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [9/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::StartGamePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [10/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AddItemActorPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [11/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AddPaintingPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [12/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::TakeItemActorPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [13/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AddActorPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [14/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AddMobPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [15/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AddPlayerPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [16/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::RemoveActorPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [17/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::MoveActorAbsolutePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [18/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::MoveActorDeltaPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [19/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::MovePlayerPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [20/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::std::shared_ptr<::UpdateBlockPacket >  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [21/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::std::shared_ptr<::UpdateBlockSyncedPacket >  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [22/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SpawnParticleEffectPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [23/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::LevelEventPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [24/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::LevelEventGenericPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [25/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::BlockEventPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [26/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::GuiDataPickItemPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [27/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::MobEffectPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [28/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::MovementEffectPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [29/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::MobArmorEquipmentPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [30/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetActorDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [31/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetActorMotionPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [32/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::MotionPredictionHintsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [33/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetHealthPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [34/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetActorLinkPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [35/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetSpawnPositionPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [36/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ActorFallPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [37/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::HurtArmorPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [38/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerArmorDamagePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [39/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ItemStackResponsePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [40/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ContainerOpenPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [41/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ContainerRegistryCleanupPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [42/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ContainerSetDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [43/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::InventoryContentPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [44/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::InventorySlotPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [45/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CraftingDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [46/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::std::shared_ptr<::LevelChunkPacket >  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [47/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SubChunkPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [48/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::std::shared_ptr<::ClientCacheMissResponsePacket >  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [49/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetCommandsEnabledPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [50/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ChangeDimensionPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [51/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::std::shared_ptr<::UpdateAttributesPacket >  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [52/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerListPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [53/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::LegacyTelemetryEventPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [54/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ClientboundDebugRendererPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [55/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ClientboundMapItemDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [56/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ClientboundCloseFormPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [57/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ChunkRadiusUpdatedPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [58/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UpdateTradePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [59/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UpdateEquipPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [60/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AvailableCommandsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [61/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CommandOutputPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [62/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CameraAimAssistPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [63/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CameraAimAssistPresetsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [64/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CameraInstructionPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [65/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CameraPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [66/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CameraPresetsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [67/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ClientboundControlSchemeSetPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [68/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CameraShakePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [69/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::InventoryActionPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [70/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::GameRulesChangedPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [71/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ResourcePackDataInfoPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [72/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ResourcePackChunkDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [73/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::NetworkChunkPublisherUpdatePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [74/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::StructureTemplateDataResponsePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [75/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::TransferPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [76/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlaySoundPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [77/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::StopSoundPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [78/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetTitlePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [79/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AddBehaviorTreePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [80/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ShowStoreOfferPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [81/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::RemoveObjectivePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [82/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetDisplayObjectivePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [83/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AutomationClientConnectPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [84/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ModalFormRequestPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [85/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ToastRequestPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [86/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::OnScreenTextureAnimationPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [87/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ServerSettingsRequestPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [88/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ServerSettingsResponsePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [89/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ShowProfilePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [90/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetScorePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [91/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetScoreboardIdentityPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [92/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::TickingAreasLoadStatusPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [93/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UpdateSoftEnumPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [94/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AvailableActorIdentifiersPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [95/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AddVolumeEntityPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [96/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::RemoveVolumeEntityPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [97/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::DimensionDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [98/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::RefreshEntitlementsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [99/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ServerPlayerPostMovePositionPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [100/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerStartItemCooldownPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [101/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetLastHurtByPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [102/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::BookAddPagePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [103/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::BookDeletePagePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [104/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::BookSignPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [105/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::BookSwapPagesPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [106/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::NetworkSettingsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [107/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ServerStatsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [108/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::BiomeDefinitionListPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [109/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::EducationSettingsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [110/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::EduUriResourcePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [111/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CreativeContentPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [112/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CodeBuilderPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [113/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerEnchantOptionsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [114/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AnimateEntityPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [115/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CorrectPlayerMovePredictionPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [116/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerFogPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [117/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::ItemRegistryPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [118/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::LessonProgressPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [119/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::FeatureRegistryPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [120/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SyncActorPropertyPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [121/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SimulationTypePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [122/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::NpcDialoguePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [123/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UpdateSubChunkBlocksPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [124/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AgentActionEventPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [125/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::DeathInfoPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [126/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UpdateAbilitiesPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [127/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UpdateAdventureSettingsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [128/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::GameTestResultsPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [129/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UpdateClientInputLocksPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [130/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::UnlockedRecipesPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [131/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::TrimDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [132/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::OpenSignPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [133/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AgentAnimationPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [134/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetHudPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [135/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::AwardAchievementPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [136/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::JigsawStructureDataPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [137/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::CurrentStructureFeaturePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [138/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::SetMovementAuthorityPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [139/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerVideoCapturePacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [140/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerUpdateEntityOverridesPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $handle() [141/141]

MCAPI void NetEventCallback::$handle ( ::NetworkIdentifier const & ,
::PlayerLocationPacket const &  )
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [2/3]

static MCAPI void ** NetEventCallback::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable() [3/3]

static MCAPI void ** LevelListener::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $onUserDisconnectedBecauseConcurrentLogin()

MCAPI void Social::MultiplayerServiceObserver::$onUserDisconnectedBecauseConcurrentLogin ( ::std::string const & id)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: