mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-13 04:33:52 +00:00
Events, minor apis, stubs for future pr (#9)
* StructureGrowEvent, expose internal dimension id * Update StructureGrowEvent.cs * PlayerLoginEvent, ability to change xuids, get xuids, stub for experimental player connection api * add docs, fix up to use cmake --------- Co-authored-by: sylvessa <225480449+sylvessa@users.noreply.github.com>
This commit is contained in:
parent
9f013dbb7f
commit
ebc1d4c640
21 changed files with 612 additions and 31 deletions
|
|
@ -118,7 +118,7 @@ void PlayerConnection::tick()
|
|||
#if defined(_WINDOWS64) && defined(MINECRAFT_SERVER_BUILD)
|
||||
if (!hasDoneFirstTickFourKit)
|
||||
{
|
||||
FourKitBridge::FirePlayerJoin(player->entityId, player->name, player->getUUID());
|
||||
FourKitBridge::FirePlayerJoin(player->entityId, player->name, player->getUUID(), (unsigned long long)player->getOnlineXuid(), (unsigned long long)player->getXuid());
|
||||
hasDoneFirstTickFourKit = true;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue