Package net.minecraft.util
Class JsonSet
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet
net.minecraft.util.JsonSet
- All Implemented Interfaces:
Iterable,Collection,Set,JsonElementProvider
- Mappings:
Namespace Name official uaintermediary net/minecraft/class_2144named net/minecraft/util/JsonSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Setdelegate()voidread(JsonElement jsonElement) write()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 aLua;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 aLtx;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 aLtx;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- Mappings:
Namespace Name Mixin selector official delegateLua;delegate()Ljava/util/Set;intermediary delegateLnet/minecraft/class_2144;delegate()Ljava/util/Set;named delegateLnet/minecraft/util/JsonSet;delegate()Ljava/util/Set;
-