public interface IIcon
| 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.
|
int getIconWidth()
int getIconHeight()
float getMinU()
float getMaxU()
float getInterpolatedU(double p_94214_1_)
float getMinV()
float getMaxV()
float getInterpolatedV(double p_94207_1_)
java.lang.String getIconName()