Package net.minecraft.util
Class JsonSet
java.lang.Object
- All Implemented Interfaces:
Iterable<String>,Collection<String>,Set<String>,JsonElementProvider
- Mappings:
Namespace Name official nwintermediary net/minecraft/class_2144named net/minecraft/util/JsonSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 aLnw;a:Ljava/util/Set;intermediary field_9048Lnet/minecraft/class_2144;field_9048:Ljava/util/Set;named setLnet/minecraft/util/JsonSet;set:Ljava/util/Set;
-
-
Constructor Details
-
JsonSet
public JsonSet()
-
-
Method Details
-
read
- Specified by:
readin interfaceJsonElementProvider- Mappings:
Namespace Name Mixin selector official aLnt;a(Lcom/google/gson/JsonElement;)Vintermediary method_8289Lnet/minecraft/class_2143;method_8289(Lcom/google/gson/JsonElement;)Vnamed readLnet/minecraft/util/JsonElementProvider;read(Lcom/google/gson/JsonElement;)V
-
write
- Specified by:
writein interfaceJsonElementProvider- Mappings:
Namespace Name Mixin selector official aLnt;a()Lcom/google/gson/JsonElement;intermediary method_8288Lnet/minecraft/class_2143;method_8288()Lcom/google/gson/JsonElement;named writeLnet/minecraft/util/JsonElementProvider;write()Lcom/google/gson/JsonElement;
-
delegate
- Specified by:
delegatein classForwardingSet<String>- Mappings:
Namespace Name Mixin selector official delegateLnw;delegate()Ljava/util/Set;intermediary delegateLnet/minecraft/class_2144;delegate()Ljava/util/Set;named delegateLnet/minecraft/util/JsonSet;delegate()Ljava/util/Set;
-