YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraft.client.renderer.IconFlipped Class Reference
Inheritance diagram for net.minecraft.client.renderer.IconFlipped:
net.minecraft.util.Icon

Public Member Functions

 IconFlipped (Icon par1Icon, boolean par2, boolean par3)
 
int getOriginX ()
 
int getOriginY ()
 
float getMinU ()
 
float getMaxU ()
 
float getInterpolatedU (double par1)
 
float getMinV ()
 
float getMaxV ()
 
float getInterpolatedV (double par1)
 
String getIconName ()
 
int getSheetWidth ()
 
int getSheetHeight ()
 

Constructor & Destructor Documentation

net.minecraft.client.renderer.IconFlipped.IconFlipped ( Icon  par1Icon,
boolean  par2,
boolean  par3 
)

Member Function Documentation

String net.minecraft.client.renderer.IconFlipped.getIconName ( )
float net.minecraft.client.renderer.IconFlipped.getInterpolatedU ( double  par1)

Gets a U coordinate on the icon. 0 returns uMin and 16 returns uMax. Other arguments return in-between values.

Implements net.minecraft.util.Icon.

float net.minecraft.client.renderer.IconFlipped.getInterpolatedV ( double  par1)

Gets a V coordinate on the icon. 0 returns vMin and 16 returns vMax. Other arguments return in-between values.

Implements net.minecraft.util.Icon.

float net.minecraft.client.renderer.IconFlipped.getMaxU ( )

Returns the maximum U coordinate to use when rendering with this icon.

Implements net.minecraft.util.Icon.

float net.minecraft.client.renderer.IconFlipped.getMaxV ( )

Returns the maximum V coordinate to use when rendering with this icon.

Implements net.minecraft.util.Icon.

float net.minecraft.client.renderer.IconFlipped.getMinU ( )

Returns the minimum U coordinate to use when rendering with this icon.

Implements net.minecraft.util.Icon.

float net.minecraft.client.renderer.IconFlipped.getMinV ( )

Returns the minimum V coordinate to use when rendering with this icon.

Implements net.minecraft.util.Icon.

int net.minecraft.client.renderer.IconFlipped.getOriginX ( )

Returns the X position of this icon on its texture sheet, in pixels.

Implements net.minecraft.util.Icon.

int net.minecraft.client.renderer.IconFlipped.getOriginY ( )

Returns the Y position of this icon on its texture sheet, in pixels.

Implements net.minecraft.util.Icon.

int net.minecraft.client.renderer.IconFlipped.getSheetHeight ( )

Returns the height of the texture sheet this icon is on, in pixels.

Implements net.minecraft.util.Icon.

int net.minecraft.client.renderer.IconFlipped.getSheetWidth ( )

Returns the width of the texture sheet this icon is on, in pixels.

Implements net.minecraft.util.Icon.


The documentation for this class was generated from the following file: