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 --- ...rStatusResponse.PlayerCountData.Serializer.html | 309 +++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 javadoc/net/minecraft/network/ServerStatusResponse.PlayerCountData.Serializer.html (limited to 'javadoc/net/minecraft/network/ServerStatusResponse.PlayerCountData.Serializer.html') diff --git a/javadoc/net/minecraft/network/ServerStatusResponse.PlayerCountData.Serializer.html b/javadoc/net/minecraft/network/ServerStatusResponse.PlayerCountData.Serializer.html new file mode 100644 index 0000000..2a5fede --- /dev/null +++ b/javadoc/net/minecraft/network/ServerStatusResponse.PlayerCountData.Serializer.html @@ -0,0 +1,309 @@ + + + + + +ServerStatusResponse.PlayerCountData.Serializer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.network
+

Class ServerStatusResponse.PlayerCountData.Serializer

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    com.google.gson.JsonDeserializer, com.google.gson.JsonSerializer
    +
    +
    +
    Enclosing class:
    +
    ServerStatusResponse.PlayerCountData
    +
    +
    +
    +
    public static class ServerStatusResponse.PlayerCountData.Serializer
    +extends java.lang.Object
    +implements com.google.gson.JsonDeserializer, com.google.gson.JsonSerializer
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      ServerStatusResponse.PlayerCountDatadeserialize(com.google.gson.JsonElement p_deserialize_1_, + java.lang.reflect.Type p_deserialize_2_, + com.google.gson.JsonDeserializationContext p_deserialize_3_) 
      com.google.gson.JsonElementserialize(java.lang.Object p_serialize_1_, + java.lang.reflect.Type p_serialize_2_, + com.google.gson.JsonSerializationContext p_serialize_3_) 
      com.google.gson.JsonElementserialize(ServerStatusResponse.PlayerCountData p_serialize_1_, + java.lang.reflect.Type p_serialize_2_, + com.google.gson.JsonSerializationContext p_serialize_3_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

        +clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • +
      +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        ServerStatusResponse.PlayerCountData.Serializer

        +
        public ServerStatusResponse.PlayerCountData.Serializer()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        deserialize

        +
        public ServerStatusResponse.PlayerCountData deserialize(com.google.gson.JsonElement p_deserialize_1_,
        +                                               java.lang.reflect.Type p_deserialize_2_,
        +                                               com.google.gson.JsonDeserializationContext p_deserialize_3_)
        +
        +
        Specified by:
        +
        deserialize in interface com.google.gson.JsonDeserializer
        +
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public com.google.gson.JsonElement serialize(ServerStatusResponse.PlayerCountData p_serialize_1_,
        +                                    java.lang.reflect.Type p_serialize_2_,
        +                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        +
      • +
      + + + +
        +
      • +

        serialize

        +
        public com.google.gson.JsonElement serialize(java.lang.Object p_serialize_1_,
        +                                    java.lang.reflect.Type p_serialize_2_,
        +                                    com.google.gson.JsonSerializationContext p_serialize_3_)
        +
        +
        Specified by:
        +
        serialize in interface com.google.gson.JsonSerializer
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3