public class EnchantmentNameParts
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static EnchantmentNameParts |
instance |
| Constructor and Description |
|---|
EnchantmentNameParts() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
generateNewRandomName()
Randomly generates a new name built up of 3 or 4 randomly selected words.
|
void |
reseedRandomGenerator(long p_148335_1_)
Resets the underlying random number generator using a given seed.
|
public static final EnchantmentNameParts instance