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$RegionTypeAdapter
intermediary net/minecraft/class_11303$class_11304
official fvs$a
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/client/realms/dto/RealmsRegion$RegionTypeAdapter;LOGGER:Lorg/slf4j/Logger;
      intermediary field_60202 Lnet/minecraft/class_11303$class_11304;field_60202:Lorg/slf4j/Logger;
      official a Lfvs$a;a:Lorg/slf4j/Logger;
  • Constructor Details

    • RegionTypeAdapter

      public RegionTypeAdapter()
  • Method Details

    • write

      public void write(JsonWriter jsonWriter, RealmsRegion realmsRegion) throws IOException
      Specified by:
      write in class TypeAdapter<RealmsRegion>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/client/realms/dto/RealmsRegion$RegionTypeAdapter;write(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/client/realms/dto/RealmsRegion;)V
      intermediary method_71175 Lnet/minecraft/class_11303$class_11304;method_71175(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/class_11303;)V
      official a Lfvs$a;a(Lcom/google/gson/stream/JsonWriter;Lfvs;)V
    • read

      public RealmsRegion read(JsonReader jsonReader) throws IOException
      Specified by:
      read in class TypeAdapter<RealmsRegion>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named read Lnet/minecraft/client/realms/dto/RealmsRegion$RegionTypeAdapter;read(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/client/realms/dto/RealmsRegion;
      intermediary method_71174 Lnet/minecraft/class_11303$class_11304;method_71174(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/class_11303;
      official a Lfvs$a;a(Lcom/google/gson/stream/JsonReader;)Lfvs;