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/Profiler.html | 374 +++++++++++++++++++++++++++ 1 file changed, 374 insertions(+) create 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 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()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3