net.minecraft.client
Class StatStringFormatKeyInv

java.lang.Object
  extended by net.minecraft.client.StatStringFormatKeyInv
All Implemented Interfaces:
IStatStringFormat

public class StatStringFormatKeyInv
extends Object
implements IStatStringFormat


Constructor Summary
StatStringFormatKeyInv(Minecraft par1Minecraft)
           
 
Method Summary
 String formatString(String par1Str)
          Formats the strings based on 'IStatStringFormat' interface.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatStringFormatKeyInv

public StatStringFormatKeyInv(Minecraft par1Minecraft)
Method Detail

formatString

public String formatString(String par1Str)
Formats the strings based on 'IStatStringFormat' interface.

Specified by:
formatString in interface IStatStringFormat