public class EnchantmentNameParts extends Object
| Modifier and Type | Field and Description |
|---|---|
static EnchantmentNameParts |
instance
The static instance of this class.
|
| Constructor and Description |
|---|
EnchantmentNameParts() |
| Modifier and Type | Method and Description |
|---|---|
String |
generateRandomEnchantName()
Generates a random enchant name.
|
void |
setRandSeed(long par1)
Sets the seed for the enchant name RNG.
|
public static final EnchantmentNameParts instance
public String generateRandomEnchantName()
public void setRandSeed(long par1)