From 0427ab89f1753a44b30cbc35ce021cbbdc845109 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:52:45 +0300 Subject: fix missing source folder --- .../net/minecraft/util/JsonSerializableSet.html | 340 +++++++++++++++++++++ 1 file changed, 340 insertions(+) create mode 100644 javadoc/net/minecraft/util/JsonSerializableSet.html (limited to 'javadoc/net/minecraft/util/JsonSerializableSet.html') diff --git a/javadoc/net/minecraft/util/JsonSerializableSet.html b/javadoc/net/minecraft/util/JsonSerializableSet.html new file mode 100644 index 0000000..5ded5ec --- /dev/null +++ b/javadoc/net/minecraft/util/JsonSerializableSet.html @@ -0,0 +1,340 @@ + + + + + +JsonSerializableSet (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class JsonSerializableSet

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Iterable, java.util.Collection, java.util.Set, IJsonSerializable
    +
    +
    +
    +
    public class JsonSerializableSet
    +extends com.google.common.collect.ForwardingSet
    +implements IJsonSerializable
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      protected java.util.Setdelegate() 
      voidfunc_152753_a(com.google.gson.JsonElement p_152753_1_) 
      com.google.gson.JsonElementgetSerializableElement() 
      +
        +
      • + + +

        Methods inherited from class com.google.common.collect.ForwardingSet

        +equals, hashCode, standardEquals, standardHashCode, standardRemoveAll
      • +
      +
        +
      • + + +

        Methods 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, toArray
      • +
      +
        +
      • + + +

        Methods inherited from class com.google.common.collect.ForwardingObject

        +toString
      • +
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • +
      +
        +
      • + + +

        Methods inherited from interface java.util.Set

        +add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        JsonSerializableSet

        +
        public JsonSerializableSet()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        func_152753_a

        +
        public void func_152753_a(com.google.gson.JsonElement p_152753_1_)
        +
        +
        Specified by:
        +
        func_152753_a in interface IJsonSerializable
        +
        +
      • +
      + + + + + + + +
        +
      • +

        delegate

        +
        protected java.util.Set delegate()
        +
        +
        Overrides:
        +
        delegate in class com.google.common.collect.ForwardingSet
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3