Class JsonSet

All Implemented Interfaces:
Iterable<String>, Collection<String>, Set<String>, JsonElementProvider

public class JsonSet
extends ForwardingSet<String>
implements JsonElementProvider
Mappings:
Namespace Name
official nc
intermediary net/minecraft/class_1689
named net/minecraft/util/JsonSet
  • Field Details

    • set

      private final Set<String> set
      Mappings:
      Namespace Name Mixin selector
      official a Lnc;a:Ljava/util/Set;
      intermediary field_7026 Lnet/minecraft/class_1689;field_7026:Ljava/util/Set;
      named set Lnet/minecraft/util/JsonSet;set:Ljava/util/Set;
  • Constructor Details

    • JsonSet

      public JsonSet()
  • Method Details

    • method_6374

      public void method_6374​(JsonElement jsonElement)
      Specified by:
      method_6374 in interface JsonElementProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lmz;a(Lcom/google/gson/JsonElement;)V
      intermediary method_6374 Lnet/minecraft/class_1684;method_6374(Lcom/google/gson/JsonElement;)V
      named method_6374 Lnet/minecraft/util/JsonElementProvider;method_6374(Lcom/google/gson/JsonElement;)V
    • method_6373

      public JsonElement method_6373()
      Specified by:
      method_6373 in interface JsonElementProvider
      Mappings:
      Namespace Name Mixin selector
      official a Lmz;a()Lcom/google/gson/JsonElement;
      intermediary method_6373 Lnet/minecraft/class_1684;method_6373()Lcom/google/gson/JsonElement;
      named method_6373 Lnet/minecraft/util/JsonElementProvider;method_6373()Lcom/google/gson/JsonElement;
    • delegate

      protected Set<String> delegate()
      Specified by:
      delegate in class ForwardingSet<String>
      Mappings:
      Namespace Name Mixin selector
      official delegate Lnc;delegate()Ljava/util/Set;
      intermediary delegate Lnet/minecraft/class_1689;delegate()Ljava/util/Set;
      named delegate Lnet/minecraft/util/JsonSet;delegate()Ljava/util/Set;