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 named net/minecraft/client/realms/dto/RealmsServerPlayerList
intermediary net/minecraft/class_4881
official fbl
-
Field Summary
-
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 named LOGGER
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;LOGGER:Lorg/slf4j/Logger;
intermediary field_22628
Lnet/minecraft/class_4881;field_22628:Lorg/slf4j/Logger;
official c
Lfbl;c:Lorg/slf4j/Logger;
-
serverId
public long serverId- Mappings:
Namespace Name Mixin selector named serverId
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;serverId:J
intermediary field_22626
Lnet/minecraft/class_4881;field_22626:J
official a
Lfbl;a:J
-
players
- Mappings:
Namespace Name Mixin selector named players
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;players:Ljava/util/List;
intermediary field_22627
Lnet/minecraft/class_4881;field_22627:Ljava/util/List;
official b
Lfbl;b:Ljava/util/List;
-
-
Constructor Details
-
RealmsServerPlayerList
public RealmsServerPlayerList()
-
-
Method Details
-
parse
- Mappings:
Namespace Name Mixin selector named parse
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;parse(Lcom/google/gson/JsonObject;)Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;
intermediary method_25074
Lnet/minecraft/class_4881;method_25074(Lcom/google/gson/JsonObject;)Lnet/minecraft/class_4881;
official a
Lfbl;a(Lcom/google/gson/JsonObject;)Lfbl;
-
parsePlayers
- Mappings:
Namespace Name Mixin selector named parsePlayers
Lnet/minecraft/client/realms/dto/RealmsServerPlayerList;parsePlayers(Lcom/google/gson/JsonArray;)Ljava/util/List;
intermediary method_25073
Lnet/minecraft/class_4881;method_25073(Lcom/google/gson/JsonArray;)Ljava/util/List;
official a
Lfbl;a(Lcom/google/gson/JsonArray;)Ljava/util/List;
-