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

Interface IIcon

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

      Method Detail

      + + + +
        +
      • +

        getIconWidth

        +
        int getIconWidth()
        +
      • +
      + + + +
        +
      • +

        getIconHeight

        +
        int getIconHeight()
        +
      • +
      + + + +
        +
      • +

        getMinU

        +
        float getMinU()
        +
      • +
      + + + +
        +
      • +

        getMaxU

        +
        float getMaxU()
        +
      • +
      + + + +
        +
      • +

        getInterpolatedU

        +
        float getInterpolatedU(double p_94214_1_)
        +
      • +
      + + + +
        +
      • +

        getMinV

        +
        float getMinV()
        +
      • +
      + + + +
        +
      • +

        getMaxV

        +
        float getMaxV()
        +
      • +
      + + + +
        +
      • +

        getInterpolatedV

        +
        float getInterpolatedV(double p_94207_1_)
        +
      • +
      + + + +
        +
      • +

        getIconName

        +
        java.lang.String getIconName()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3