- Preparing search index...
- The search index is not available
mojang-lib
Type alias ServerPlayerData
ServerPlayerData: { list?: PlayerIdentity[]; max: number; online: number; uuid?: { [
key:
string]
: string; }; }
Type declaration
-
-
max: number
-
online: number
-
Optional
uuid?: {
[key: string]: string;
}