Interface JsonElementProvider

All Known Implementing Classes:
JsonSet

public interface JsonElementProvider
Mappings:
Namespace Name
official nt
intermediary net/minecraft/class_2143
named net/minecraft/util/JsonElementProvider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    read(JsonElement jsonElement)
     
     
  • Method Details

    • read

      void read(JsonElement jsonElement)
      Mappings:
      Namespace Name Mixin selector
      official a Lnt;a(Lcom/google/gson/JsonElement;)V
      intermediary method_8289 Lnet/minecraft/class_2143;method_8289(Lcom/google/gson/JsonElement;)V
      named read Lnet/minecraft/util/JsonElementProvider;read(Lcom/google/gson/JsonElement;)V
    • write

      JsonElement write()
      Mappings:
      Namespace Name Mixin selector
      official a Lnt;a()Lcom/google/gson/JsonElement;
      intermediary method_8288 Lnet/minecraft/class_2143;method_8288()Lcom/google/gson/JsonElement;
      named write Lnet/minecraft/util/JsonElementProvider;write()Lcom/google/gson/JsonElement;