| Constructor and Description |
|---|
IconFlipped(IIcon p_i1560_1_,
boolean p_i1560_2_,
boolean p_i1560_3_) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIconHeight()
Returns the height of the icon, in pixels.
|
java.lang.String |
getIconName() |
int |
getIconWidth()
Returns the width of the icon, in pixels.
|
float |
getInterpolatedU(double p_94214_1_)
Gets a U coordinate on the icon. 0 returns uMin and 16 returns uMax.
|
float |
getInterpolatedV(double p_94207_1_)
Gets a V coordinate on the icon. 0 returns vMin and 16 returns vMax.
|
float |
getMaxU()
Returns the maximum U coordinate to use when rendering with this icon.
|
float |
getMaxV()
Returns the maximum V coordinate to use when rendering with this icon.
|
float |
getMinU()
Returns the minimum U coordinate to use when rendering with this icon.
|
float |
getMinV()
Returns the minimum V coordinate to use when rendering with this icon.
|
public IconFlipped(IIcon p_i1560_1_, boolean p_i1560_2_, boolean p_i1560_3_)
public int getIconWidth()
getIconWidth in interface IIconpublic int getIconHeight()
getIconHeight in interface IIconpublic float getMinU()
public float getMaxU()
public float getInterpolatedU(double p_94214_1_)
getInterpolatedU in interface IIconpublic float getMinV()
public float getMaxV()
public float getInterpolatedV(double p_94207_1_)
getInterpolatedV in interface IIconpublic java.lang.String getIconName()
getIconName in interface IIcon