mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Basic support for 1.19.2
This commit is contained in:
parent
af1485c753
commit
c34dd46067
14 changed files with 703 additions and 129 deletions
|
|
@ -5,6 +5,7 @@ using System.Text;
|
|||
using MinecraftClient.Mapping;
|
||||
using MinecraftClient.Inventory;
|
||||
using MinecraftClient.Logger;
|
||||
using MinecraftClient.Protocol.Message;
|
||||
|
||||
namespace MinecraftClient.Protocol
|
||||
{
|
||||
|
|
@ -22,7 +23,8 @@ namespace MinecraftClient.Protocol
|
|||
int GetServerPort();
|
||||
string GetServerHost();
|
||||
string GetUsername();
|
||||
string GetUserUUID();
|
||||
Guid GetUserUuid();
|
||||
string GetUserUuidStr();
|
||||
string GetSessionID();
|
||||
string[] GetOnlinePlayers();
|
||||
Dictionary<string, string> GetOnlinePlayersWithUUID();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue