Class SelectionMethod.SelectionMethodTypeAdapter

java.lang.Object
com.google.gson.TypeAdapter<SelectionMethod>
net.minecraft.client.realms.dto.SelectionMethod.SelectionMethodTypeAdapter
Enclosing class:
SelectionMethod

@Environment(CLIENT) public static class SelectionMethod.SelectionMethodTypeAdapter extends TypeAdapter<SelectionMethod>
Mappings:
Namespace Name
named net/minecraft/client/realms/dto/SelectionMethod$SelectionMethodTypeAdapter
intermediary net/minecraft/class_11311$class_11312
official fqg$a
  • Field Details

    • field_60678

      private static final Logger field_60678
      Mappings:
      Namespace Name Mixin selector
      named field_60678 Lnet/minecraft/client/realms/dto/SelectionMethod$SelectionMethodTypeAdapter;field_60678:Lorg/slf4j/Logger;
      intermediary field_60678 Lnet/minecraft/class_11311$class_11312;field_60678:Lorg/slf4j/Logger;
      official a Lfqg$a;a:Lorg/slf4j/Logger;
  • Constructor Details

    • SelectionMethodTypeAdapter

      public SelectionMethodTypeAdapter()
  • Method Details

    • write

      public void write(JsonWriter jsonWriter, SelectionMethod selectionMethod) throws IOException
      Specified by:
      write in class TypeAdapter<SelectionMethod>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named write Lnet/minecraft/client/realms/dto/SelectionMethod$SelectionMethodTypeAdapter;write(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/client/realms/dto/SelectionMethod;)V
      intermediary method_71192 Lnet/minecraft/class_11311$class_11312;method_71192(Lcom/google/gson/stream/JsonWriter;Lnet/minecraft/class_11311;)V
      official a Lfqg$a;a(Lcom/google/gson/stream/JsonWriter;Lfqg;)V
    • read

      public SelectionMethod read(JsonReader jsonReader) throws IOException
      Specified by:
      read in class TypeAdapter<SelectionMethod>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      named read Lnet/minecraft/client/realms/dto/SelectionMethod$SelectionMethodTypeAdapter;read(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/client/realms/dto/SelectionMethod;
      intermediary method_71191 Lnet/minecraft/class_11311$class_11312;method_71191(Lcom/google/gson/stream/JsonReader;)Lnet/minecraft/class_11311;
      official a Lfqg$a;a(Lcom/google/gson/stream/JsonReader;)Lfqg;