Package net.minecraft.client.realms.dto
Class RealmsRegion.RegionTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<RealmsRegion>
net.minecraft.client.realms.dto.RealmsRegion.RegionTypeAdapter
- Enclosing class:
RealmsRegion
@Environment(CLIENT)
public static class RealmsRegion.RegionTypeAdapter
extends TypeAdapter<RealmsRegion>
- Mappings:
Namespace Name named net/minecraft/client/realms/dto/RealmsRegion$RegionTypeAdapterintermediary net/minecraft/class_11303$class_11304official fxx$a
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread(JsonReader jsonReader) voidwrite(JsonWriter jsonWriter, RealmsRegion realmsRegion) Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/realms/dto/RealmsRegion$RegionTypeAdapter;LOGGER:Lorg/slf4j/Logger;intermediary field_60202Lnet/minecraft/class_11303$class_11304;field_60202:Lorg/slf4j/Logger;official aLfxx$a;a:Lorg/slf4j/Logger;
-
-
Constructor Details
-
RegionTypeAdapter
public RegionTypeAdapter()
-
-
Method Details
-
write
- Specified by:
writein classTypeAdapter<RealmsRegion>- Throws:
IOException- Mappings:
Namespace Name Mixin selector named writeLnet/minecraft/client/realms/dto/RealmsRegion$RegionTypeAdapter;write(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/client/realms/dto/RealmsRegion;)Vintermediary method_71175Lnet/minecraft/class_11303$class_11304;method_71175(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/class_11303;)Vofficial aLfxx$a;a(Lcom/google/gson/stream/JsonWriter;Lfxx;)V
-
read
- Specified by:
readin classTypeAdapter<RealmsRegion>- Throws:
IOException- Mappings:
Namespace Name Mixin selector named readLnet/minecraft/client/realms/dto/RealmsRegion$RegionTypeAdapter;read(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/client/realms/dto/RealmsRegion;intermediary method_71174Lnet/minecraft/class_11303$class_11304;method_71174(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/class_11303;official aLfxx$a;a(Lcom/google/gson/stream/JsonReader;)Lfxx;
-