From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- javadoc/net/minecraft/profiler/IPlayerUsage.html | 234 +++++++++++++ .../net/minecraft/profiler/PlayerUsageSnooper.html | 366 ++++++++++++++++++++ .../net/minecraft/profiler/Profiler.Result.html | 359 ++++++++++++++++++++ javadoc/net/minecraft/profiler/Profiler.html | 374 +++++++++++++++++++++ javadoc/net/minecraft/profiler/package-frame.html | 25 ++ .../net/minecraft/profiler/package-summary.html | 154 +++++++++ javadoc/net/minecraft/profiler/package-tree.html | 132 ++++++++ 7 files changed, 1644 insertions(+) create mode 100644 javadoc/net/minecraft/profiler/IPlayerUsage.html create mode 100644 javadoc/net/minecraft/profiler/PlayerUsageSnooper.html create mode 100644 javadoc/net/minecraft/profiler/Profiler.Result.html create mode 100644 javadoc/net/minecraft/profiler/Profiler.html create mode 100644 javadoc/net/minecraft/profiler/package-frame.html create mode 100644 javadoc/net/minecraft/profiler/package-summary.html create mode 100644 javadoc/net/minecraft/profiler/package-tree.html (limited to 'javadoc/net/minecraft/profiler') diff --git a/javadoc/net/minecraft/profiler/IPlayerUsage.html b/javadoc/net/minecraft/profiler/IPlayerUsage.html new file mode 100644 index 0000000..7a6863a --- /dev/null +++ b/javadoc/net/minecraft/profiler/IPlayerUsage.html @@ -0,0 +1,234 @@ + + + + + +IPlayerUsage (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.profiler
+

Interface IPlayerUsage

+
+
+
+ +
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        addServerStatsToSnooper

        +
        void addServerStatsToSnooper(PlayerUsageSnooper p_70000_1_)
        +
      • +
      + + + +
        +
      • +

        addServerTypeToSnooper

        +
        void addServerTypeToSnooper(PlayerUsageSnooper p_70001_1_)
        +
      • +
      + + + +
        +
      • +

        isSnooperEnabled

        +
        boolean isSnooperEnabled()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/profiler/PlayerUsageSnooper.html b/javadoc/net/minecraft/profiler/PlayerUsageSnooper.html new file mode 100644 index 0000000..e38342b --- /dev/null +++ b/javadoc/net/minecraft/profiler/PlayerUsageSnooper.html @@ -0,0 +1,366 @@ + + + + + +PlayerUsageSnooper (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.profiler
+

Class PlayerUsageSnooper

+
+
+ +
+
    +
  • +
    +
    +
    public class PlayerUsageSnooper
    +extends java.lang.Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PlayerUsageSnooper

        +
        public PlayerUsageSnooper(java.lang.String p_i1563_1_,
        +                  IPlayerUsage p_i1563_2_,
        +                  long p_i1563_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        startSnooper

        +
        public void startSnooper()
        +
      • +
      + + + +
        +
      • +

        addMemoryStatsToSnooper

        +
        public void addMemoryStatsToSnooper()
        +
      • +
      + + + +
        +
      • +

        func_152768_a

        +
        public void func_152768_a(java.lang.String p_152768_1_,
        +                 java.lang.Object p_152768_2_)
        +
      • +
      + + + +
        +
      • +

        func_152767_b

        +
        public void func_152767_b(java.lang.String p_152767_1_,
        +                 java.lang.Object p_152767_2_)
        +
      • +
      + + + +
        +
      • +

        getCurrentStats

        +
        public java.util.Map getCurrentStats()
        +
      • +
      + + + +
        +
      • +

        isSnooperRunning

        +
        public boolean isSnooperRunning()
        +
      • +
      + + + +
        +
      • +

        stopSnooper

        +
        public void stopSnooper()
        +
      • +
      + + + +
        +
      • +

        getUniqueID

        +
        public java.lang.String getUniqueID()
        +
      • +
      + + + +
        +
      • +

        getMinecraftStartTimeMillis

        +
        public long getMinecraftStartTimeMillis()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/profiler/Profiler.Result.html b/javadoc/net/minecraft/profiler/Profiler.Result.html new file mode 100644 index 0000000..239815d --- /dev/null +++ b/javadoc/net/minecraft/profiler/Profiler.Result.html @@ -0,0 +1,359 @@ + + + + + +Profiler.Result (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.profiler
+

Class Profiler.Result

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    java.lang.Comparable
    +
    +
    +
    Enclosing class:
    +
    Profiler
    +
    +
    +
    +
    public static final class Profiler.Result
    +extends java.lang.Object
    +implements java.lang.Comparable
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Profiler.Result(java.lang.String p_i1554_1_, + double p_i1554_2_, + double p_i1554_4_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intcompareTo(java.lang.Object p_compareTo_1_) 
      intcompareTo(Profiler.Result p_compareTo_1_) 
      intfunc_76329_a() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        field_76332_a

        +
        public double field_76332_a
        +
      • +
      + + + +
        +
      • +

        field_76330_b

        +
        public double field_76330_b
        +
      • +
      + + + +
        +
      • +

        field_76331_c

        +
        public java.lang.String field_76331_c
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Profiler.Result

        +
        public Profiler.Result(java.lang.String p_i1554_1_,
        +               double p_i1554_2_,
        +               double p_i1554_4_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + + + + + +
        +
      • +

        func_76329_a

        +
        public int func_76329_a()
        +
      • +
      + + + +
        +
      • +

        compareTo

        +
        public int compareTo(java.lang.Object p_compareTo_1_)
        +
        +
        Specified by:
        +
        compareTo in interface java.lang.Comparable
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/profiler/Profiler.html b/javadoc/net/minecraft/profiler/Profiler.html new file mode 100644 index 0000000..34849fd --- /dev/null +++ b/javadoc/net/minecraft/profiler/Profiler.html @@ -0,0 +1,374 @@ + + + + + +Profiler (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.profiler
+

Class Profiler

+
+
+ +
+
    +
  • +
    +
    +
    public class Profiler
    +extends java.lang.Object
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Nested Class Summary

      + + + + + + + + + + +
      Nested Classes 
      Modifier and TypeClass and Description
      static class Profiler.Result 
      +
    • +
    + +
      +
    • + + +

      Field Summary

      + + + + + + + + + + +
      Fields 
      Modifier and TypeField and Description
      booleanprofilingEnabled 
      +
    • +
    + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      Profiler() 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      voidclearProfiling() 
      voidendSection() 
      voidendStartSection(java.lang.String p_76318_1_) 
      java.lang.StringgetNameOfLastSection() 
      java.util.ListgetProfilingData(java.lang.String p_76321_1_) 
      voidstartSection(java.lang.String p_76320_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Field Detail

      + + + +
        +
      • +

        profilingEnabled

        +
        public boolean profilingEnabled
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        Profiler

        +
        public Profiler()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        clearProfiling

        +
        public void clearProfiling()
        +
      • +
      + + + +
        +
      • +

        startSection

        +
        public void startSection(java.lang.String p_76320_1_)
        +
      • +
      + + + +
        +
      • +

        endSection

        +
        public void endSection()
        +
      • +
      + + + +
        +
      • +

        getProfilingData

        +
        public java.util.List getProfilingData(java.lang.String p_76321_1_)
        +
      • +
      + + + +
        +
      • +

        endStartSection

        +
        public void endStartSection(java.lang.String p_76318_1_)
        +
      • +
      + + + +
        +
      • +

        getNameOfLastSection

        +
        public java.lang.String getNameOfLastSection()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/profiler/package-frame.html b/javadoc/net/minecraft/profiler/package-frame.html new file mode 100644 index 0000000..14ffa47 --- /dev/null +++ b/javadoc/net/minecraft/profiler/package-frame.html @@ -0,0 +1,25 @@ + + + + + +net.minecraft.profiler (Forge API) + + + + +

net.minecraft.profiler

+
+

Interfaces

+ +

Classes

+ +
+ + diff --git a/javadoc/net/minecraft/profiler/package-summary.html b/javadoc/net/minecraft/profiler/package-summary.html new file mode 100644 index 0000000..5bcbb20 --- /dev/null +++ b/javadoc/net/minecraft/profiler/package-summary.html @@ -0,0 +1,154 @@ + + + + + +net.minecraft.profiler (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Package net.minecraft.profiler

+
+
+ +
+ +
+ + + + + +
+ + + + diff --git a/javadoc/net/minecraft/profiler/package-tree.html b/javadoc/net/minecraft/profiler/package-tree.html new file mode 100644 index 0000000..ae19ec2 --- /dev/null +++ b/javadoc/net/minecraft/profiler/package-tree.html @@ -0,0 +1,132 @@ + + + + + +net.minecraft.profiler Class Hierarchy (Forge API) + + + + + + + +
+ + + + + +
+ + +
+

Hierarchy For Package net.minecraft.profiler

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ +
+ + + + + +
+ + + + -- cgit v1.2.3