Class JsonSet

All Implemented Interfaces:
Iterable, Collection, Set, JsonElementProvider

public class JsonSet extends ForwardingSet implements JsonElementProvider
Mappings:
Namespace Name
official ua
intermediary net/minecraft/class_2144
named net/minecraft/util/JsonSet
  • Field Details

    • set

      private final Set set
      Mappings:
      Namespace Name Mixin selector
      official a Lua;a:Ljava/util/Set;
      intermediary field_9048 Lnet/minecraft/class_2144;field_9048:Ljava/util/Set;
      named set Lnet/minecraft/util/JsonSet;set:Ljava/util/Set;
  • Constructor Details

    • JsonSet

      public JsonSet()
  • Method Details

    • read

      public void read(JsonElement jsonElement)
      Specified by:
      read in interface JsonElementProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ltx;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

      public JsonElement write()
      Specified by:
      write in interface JsonElementProvider
      Mappings:
      Namespace Name Mixin selector
      official a Ltx;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;
    • delegate

      protected Set delegate()
      Specified by:
      delegate in class ForwardingSet
      Mappings:
      Namespace Name Mixin selector
      official delegate Lua;delegate()Ljava/util/Set;
      intermediary delegate Lnet/minecraft/class_2144;delegate()Ljava/util/Set;
      named delegate Lnet/minecraft/util/JsonSet;delegate()Ljava/util/Set;