Class RegionSelectionMethod.SelectionMethodTypeAdapter

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

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

    • LOGGER

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

    • SelectionMethodTypeAdapter

      public SelectionMethodTypeAdapter()
  • Method Details

    • write

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

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