From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../network/ServerStatusResponse.Serializer.html | 309 +++++++++++++++++++++ 1 file changed, 309 insertions(+) create mode 100644 javadoc/net/minecraft/network/ServerStatusResponse.Serializer.html (limited to 'javadoc/net/minecraft/network/ServerStatusResponse.Serializer.html') diff --git a/javadoc/net/minecraft/network/ServerStatusResponse.Serializer.html b/javadoc/net/minecraft/network/ServerStatusResponse.Serializer.html new file mode 100644 index 0000000..d6a2faa --- /dev/null +++ b/javadoc/net/minecraft/network/ServerStatusResponse.Serializer.html @@ -0,0 +1,309 @@ + + + + + +ServerStatusResponse.Serializer (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.network
+

Class ServerStatusResponse.Serializer

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

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      ServerStatusResponsedeserialize(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 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.Serializer

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

      Method Detail

      + + + +
        +
      • +

        deserialize

        +
        public ServerStatusResponse 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 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