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/Profiler.html | 374 --------------------------- 1 file changed, 374 deletions(-) delete mode 100644 javadoc/net/minecraft/profiler/Profiler.html (limited to 'javadoc/net/minecraft/profiler/Profiler.html') 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()
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3