Class EnchantmentNames
java.lang.Object
net.minecraft.client.gui.screens.inventory.EnchantmentNames
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocation
private static final EnchantmentNames
private final RandomSource
private static final Style
private final String[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EnchantmentNames
getRandomName
(Font pFontRenderer, int pMaxWidth) void
initSeed
(long pSeed) Resets the underlying random number generator using a given seed.
-
Field Details
-
ALT_FONT
-
ROOT_STYLE
-
INSTANCE
-
random
-
words
-
-
Constructor Details
-
EnchantmentNames
private EnchantmentNames()
-
-
Method Details
-
getInstance
-
getRandomName
-
initSeed
public void initSeed(long pSeed) Resets the underlying random number generator using a given seed.
-