Package net.minecraft.util
Class JsonSet
java.lang.Object
- All Implemented Interfaces:
Iterable<String>,Collection<String>,Set<String>,JsonElementProvider
public class JsonSet extends ForwardingSet<String> implements JsonElementProvider
- Mappings:
Namespace Name official ncintermediary net/minecraft/class_1689named net/minecraft/util/JsonSet
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JsonSet() -
Method Summary
Modifier and Type Method Description protected Set<String>delegate()JsonElementmethod_6373()voidmethod_6374(JsonElement jsonElement)Methods inherited from class com.google.common.collect.ForwardingSet
equals, hashCode, standardEquals, standardHashCode, standardRemoveAllMethods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Field Details
-
set
- Mappings:
Namespace Name Mixin selector official aLnc;a:Ljava/util/Set;intermediary field_7026Lnet/minecraft/class_1689;field_7026:Ljava/util/Set;named setLnet/minecraft/util/JsonSet;set:Ljava/util/Set;
-
-
Constructor Details
-
JsonSet
public JsonSet()
-
-
Method Details
-
method_6374
- Specified by:
method_6374in interfaceJsonElementProvider- Mappings:
Namespace Name Mixin selector official aLmz;a(Lcom/google/gson/JsonElement;)Vintermediary method_6374Lnet/minecraft/class_1684;method_6374(Lcom/google/gson/JsonElement;)Vnamed method_6374Lnet/minecraft/util/JsonElementProvider;method_6374(Lcom/google/gson/JsonElement;)V
-
method_6373
- Specified by:
method_6373in interfaceJsonElementProvider- Mappings:
Namespace Name Mixin selector official aLmz;a()Lcom/google/gson/JsonElement;intermediary method_6373Lnet/minecraft/class_1684;method_6373()Lcom/google/gson/JsonElement;named method_6373Lnet/minecraft/util/JsonElementProvider;method_6373()Lcom/google/gson/JsonElement;
-
delegate
- Specified by:
delegatein classForwardingSet<String>- Mappings:
Namespace Name Mixin selector official delegateLnc;delegate()Ljava/util/Set;intermediary delegateLnet/minecraft/class_1689;delegate()Ljava/util/Set;named delegateLnet/minecraft/util/JsonSet;delegate()Ljava/util/Set;
-