net.minecraft.util
Class EnchantmentNameParts

java.lang.Object
  extended by net.minecraft.util.EnchantmentNameParts

public class EnchantmentNameParts
extends Object


Field Summary
static EnchantmentNameParts instance
          The static instance of this class.
 
Constructor Summary
EnchantmentNameParts()
           
 
Method Summary
 String generateRandomEnchantName()
          Generates a random enchant name.
 void setRandSeed(long par1)
          Sets the seed for the enchant name RNG.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final EnchantmentNameParts instance
The static instance of this class.

Constructor Detail

EnchantmentNameParts

public EnchantmentNameParts()
Method Detail

generateRandomEnchantName

public String generateRandomEnchantName()
Generates a random enchant name.


setRandSeed

public void setRandSeed(long par1)
Sets the seed for the enchant name RNG.