public class EnchantmentNameParts
extends java.lang.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 |
---|---|
java.lang.String |
generateRandomEnchantName()
Generates a random enchant name.
|
void |
setRandSeed(long par1)
Sets the seed for the enchant name RNG.
|
public static final EnchantmentNameParts instance