Package net.minecraft.src
Class EnchantmentNameParts
java.lang.Object
net.minecraft.src.EnchantmentNameParts
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EnchantmentNamePartsThe static instance of this class. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates a random enchant name.voidsetRandSeed(long par1) Sets the seed for the enchant name RNG.
-
Field Details
-
instance
The static instance of this class.
-
-
Constructor Details
-
EnchantmentNameParts
public EnchantmentNameParts()
-
-
Method Details
-
generateRandomEnchantName
Generates a random enchant name. -
setRandSeed
public void setRandSeed(long par1) Sets the seed for the enchant name RNG.
-