mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Player session
This commit is contained in:
parent
08da49756f
commit
4be7a05006
6 changed files with 87 additions and 8 deletions
|
|
@ -3,6 +3,7 @@ using System.Collections.Generic;
|
|||
using MinecraftClient.Inventory;
|
||||
using MinecraftClient.Logger;
|
||||
using MinecraftClient.Mapping;
|
||||
using MinecraftClient.Protocol.Keys;
|
||||
using MinecraftClient.Protocol.Message;
|
||||
|
||||
namespace MinecraftClient.Protocol
|
||||
|
|
@ -27,6 +28,7 @@ namespace MinecraftClient.Protocol
|
|||
string[] GetOnlinePlayers();
|
||||
Dictionary<string, string> GetOnlinePlayersWithUUID();
|
||||
PlayerInfo? GetPlayerInfo(Guid uuid);
|
||||
PlayerKeyPair? GetPlayerKeyPair();
|
||||
Location GetCurrentLocation();
|
||||
World GetWorld();
|
||||
bool GetIsSupportPreviewsChat();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue