From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraft/client/renderer/IconFlipped.html | 403 +++++++++++++++++++++ 1 file changed, 403 insertions(+) create mode 100644 javadoc/net/minecraft/client/renderer/IconFlipped.html (limited to 'javadoc/net/minecraft/client/renderer/IconFlipped.html') diff --git a/javadoc/net/minecraft/client/renderer/IconFlipped.html b/javadoc/net/minecraft/client/renderer/IconFlipped.html new file mode 100644 index 0000000..d31c2af --- /dev/null +++ b/javadoc/net/minecraft/client/renderer/IconFlipped.html @@ -0,0 +1,403 @@ + + + + + +IconFlipped (Forge API) + + + + + + + +
+ + + + + +
+ + + +
+
net.minecraft.client.renderer
+

Class IconFlipped

+
+
+ +
+
    +
  • +
    +
    All Implemented Interfaces:
    +
    IIcon
    +
    +
    +
    +
    public class IconFlipped
    +extends java.lang.Object
    +implements IIcon
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Constructor Summary

      + + + + + + + + +
      Constructors 
      Constructor and Description
      IconFlipped(IIcon p_i1560_1_, + boolean p_i1560_2_, + boolean p_i1560_3_) 
      +
    • +
    + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      intgetIconHeight() 
      java.lang.StringgetIconName() 
      intgetIconWidth() 
      floatgetInterpolatedU(double p_94214_1_) 
      floatgetInterpolatedV(double p_94207_1_) 
      floatgetMaxU() 
      floatgetMaxV() 
      floatgetMinU() 
      floatgetMinV() 
      +
        +
      • + + +

        Methods inherited from class java.lang.Object

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

      Constructor Detail

      + + + +
        +
      • +

        IconFlipped

        +
        public IconFlipped(IIcon p_i1560_1_,
        +           boolean p_i1560_2_,
        +           boolean p_i1560_3_)
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getIconWidth

        +
        public int getIconWidth()
        +
        +
        Specified by:
        +
        getIconWidth in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getIconHeight

        +
        public int getIconHeight()
        +
        +
        Specified by:
        +
        getIconHeight in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMinU

        +
        public float getMinU()
        +
        +
        Specified by:
        +
        getMinU in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMaxU

        +
        public float getMaxU()
        +
        +
        Specified by:
        +
        getMaxU in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getInterpolatedU

        +
        public float getInterpolatedU(double p_94214_1_)
        +
        +
        Specified by:
        +
        getInterpolatedU in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMinV

        +
        public float getMinV()
        +
        +
        Specified by:
        +
        getMinV in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getMaxV

        +
        public float getMaxV()
        +
        +
        Specified by:
        +
        getMaxV in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getInterpolatedV

        +
        public float getInterpolatedV(double p_94207_1_)
        +
        +
        Specified by:
        +
        getInterpolatedV in interface IIcon
        +
        +
      • +
      + + + +
        +
      • +

        getIconName

        +
        public java.lang.String getIconName()
        +
        +
        Specified by:
        +
        getIconName in interface IIcon
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
+ + + + -- cgit v1.2.3