From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- 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 deletions(-) delete mode 100644 javadoc/net/minecraft/profiler/IPlayerUsage.html delete mode 100644 javadoc/net/minecraft/profiler/PlayerUsageSnooper.html delete mode 100644 javadoc/net/minecraft/profiler/Profiler.Result.html delete mode 100644 javadoc/net/minecraft/profiler/Profiler.html delete mode 100644 javadoc/net/minecraft/profiler/package-frame.html delete mode 100644 javadoc/net/minecraft/profiler/package-summary.html delete 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 deleted file mode 100644 index 7a6863a..0000000 --- a/javadoc/net/minecraft/profiler/IPlayerUsage.html +++ /dev/null @@ -1,234 +0,0 @@ - - - - - -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 deleted file mode 100644 index e38342b..0000000 --- a/javadoc/net/minecraft/profiler/PlayerUsageSnooper.html +++ /dev/null @@ -1,366 +0,0 @@ - - - - - -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 deleted file mode 100644 index 239815d..0000000 --- a/javadoc/net/minecraft/profiler/Profiler.Result.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - - -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 deleted file mode 100644 index 34849fd..0000000 --- a/javadoc/net/minecraft/profiler/Profiler.html +++ /dev/null @@ -1,374 +0,0 @@ - - - - - -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 deleted file mode 100644 index 14ffa47..0000000 --- a/javadoc/net/minecraft/profiler/package-frame.html +++ /dev/null @@ -1,25 +0,0 @@ - - - - - -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 deleted file mode 100644 index 5bcbb20..0000000 --- a/javadoc/net/minecraft/profiler/package-summary.html +++ /dev/null @@ -1,154 +0,0 @@ - - - - - -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 deleted file mode 100644 index ae19ec2..0000000 --- a/javadoc/net/minecraft/profiler/package-tree.html +++ /dev/null @@ -1,132 +0,0 @@ - - - - - -net.minecraft.profiler Class Hierarchy (Forge API) - - - - - - - -
- - - - - -
- - -
-

Hierarchy For Package net.minecraft.profiler

-Package Hierarchies: - -
-
-

Class Hierarchy

- -

Interface Hierarchy

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