Package net.minecraft.client.realms.dto
Class RealmsServerPlayerList
java.lang.Object
net.minecraft.client.realms.dto.ValueObject
net.minecraft.client.realms.dto.RealmsServerPlayerList
- Mappings:
Namespace Name official eju
intermediary net/minecraft/class_4881
named net/minecraft/client/realms/dto/RealmsServerPlayerList
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final JsonParser
private static final Logger
long
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RealmsServerPlayerList
parse
(JsonObject node) parsePlayers
(JsonArray jsonArray) Methods inherited from class net.minecraft.client.realms.dto.ValueObject
toString
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official c
Leju;c:Lorg/slf4j/Logger;
intermediary field_22628
Lnet/minecraft/class_4881;field_22628:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;LOGGER:Lorg/slf4j/Logger;
-
JSON_PARSER
- Mappings:
Namespace Name Mixin selector official d
Leju;d:Lcom/google/gson/JsonParser;
intermediary field_22629
Lnet/minecraft/class_4881;field_22629:Lcom/google/gson/JsonParser;
named JSON_PARSER
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;JSON_PARSER:Lcom/google/gson/JsonParser;
-
serverId
public long serverId- Mappings:
Namespace Name Mixin selector official a
Leju;a:J
intermediary field_22626
Lnet/minecraft/class_4881;field_22626:J
named serverId
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;serverId:J
-
players
- Mappings:
Namespace Name Mixin selector official b
Leju;b:Ljava/util/List;
intermediary field_22627
Lnet/minecraft/class_4881;field_22627:Ljava/util/List;
named players
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;players:Ljava/util/List;
-
-
Constructor Details
-
RealmsServerPlayerList
public RealmsServerPlayerList()
-
-
Method Details
-
parse
- Mappings:
Namespace Name Mixin selector official a
Leju;a(Lcom/google/gson/JsonObject;)Leju;
intermediary method_25074
Lnet/minecraft/class_4881;method_25074(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_4881;
named parse
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;parse(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;
-
parsePlayers
- Mappings:
Namespace Name Mixin selector official a
Leju;a(Lcom/google/gson/JsonArray;)Ljava/util/List;
intermediary method_25073
Lnet/minecraft/class_4881;method_25073(Lcom/google/gson/JsonArray;)Ljava/util/List;
named parsePlayers
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;parsePlayers(Lcom/google/gson/JsonArray;)Ljava/util/List;
-