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/util/StatCollector.html | 308 ++++++++++++++++++++++++++ 1 file changed, 308 insertions(+) create mode 100644 javadoc/net/minecraft/util/StatCollector.html (limited to 'javadoc/net/minecraft/util/StatCollector.html') diff --git a/javadoc/net/minecraft/util/StatCollector.html b/javadoc/net/minecraft/util/StatCollector.html new file mode 100644 index 0000000..0619d71 --- /dev/null +++ b/javadoc/net/minecraft/util/StatCollector.html @@ -0,0 +1,308 @@ + + + + + +StatCollector (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.util
+

Class StatCollector

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

      Constructor Summary

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

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static booleancanTranslate(java.lang.String p_94522_0_) 
      static longgetLastTranslationUpdateTimeInMilliseconds() 
      static java.lang.StringtranslateToFallback(java.lang.String p_150826_0_) 
      static java.lang.StringtranslateToLocal(java.lang.String p_74838_0_) 
      static java.lang.StringtranslateToLocalFormatted(java.lang.String p_74837_0_, + java.lang.Object... p_74837_1_) 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        StatCollector

        +
        public StatCollector()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        translateToLocal

        +
        public static java.lang.String translateToLocal(java.lang.String p_74838_0_)
        +
      • +
      + + + +
        +
      • +

        translateToLocalFormatted

        +
        public static java.lang.String translateToLocalFormatted(java.lang.String p_74837_0_,
        +                                         java.lang.Object... p_74837_1_)
        +
      • +
      + + + +
        +
      • +

        translateToFallback

        +
        public static java.lang.String translateToFallback(java.lang.String p_150826_0_)
        +
      • +
      + + + +
        +
      • +

        canTranslate

        +
        public static boolean canTranslate(java.lang.String p_94522_0_)
        +
      • +
      + + + +
        +
      • +

        getLastTranslationUpdateTimeInMilliseconds

        +
        public static long getLastTranslationUpdateTimeInMilliseconds()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3