Class WIT_SHARPENING_POTION
When consumed, this potion applies the IMPROVED_BOOK_LEARNING effect to the player, significantly enhancing their ability to learn from books and magical instruction. The potion allows the drinker to think more clearly and comprehend complex information more easily. This makes it useful for studying spells, potions, and other magical knowledge from books.
The enhanced clarity and learning ability serve as a counteragent to confusion effects, helping players overcome mental fog and disorientation. This potion is particularly valuable for accelerating learning and improving study effectiveness.
-
Field Summary
Fields inherited from class net.pottercraft.ollivanders2.potion.O2Potion
duration, flavorText, ingredients, potionColor, potionSuccessMessage, potionType, text, usesModifier -
Constructor Summary
ConstructorsConstructorDescriptionWIT_SHARPENING_POTION(@NotNull Ollivanders2 plugin) Constructor for Wit-Sharpening Potion. -
Method Summary
Modifier and TypeMethodDescriptionvoiddrink(@NotNull org.bukkit.entity.Player player) Drink the Wit-Sharpening Potion and enhance mental clarity.Methods inherited from class net.pottercraft.ollivanders2.potion.O2Potion
brew, brewBadPotion, checkRecipe, createPotionItemStack, getFlavorText, getIngredients, getIngredientsText, getLevel, getMagicBranch, getName, getPotionSuccessMessage, getPotionType, getText, setUsesModifier
-
Constructor Details
-
WIT_SHARPENING_POTION
Constructor for Wit-Sharpening Potion.Initializes the potion with its ingredients (Ginger Root, Ground Scarab Beetle, Armadillo Bile, and Standard Potion Ingredients), description text, flavor text, and potion color. Sets up the IMPROVED_BOOK_LEARNING effect that will be applied when the potion is consumed to enhance mental clarity and learning ability.
- Parameters:
plugin- a callback to the plugin instance
-
-
Method Details
-
drink
public void drink(@NotNull @NotNull org.bukkit.entity.Player player) Drink the Wit-Sharpening Potion and enhance mental clarity.Applies the IMPROVED_BOOK_LEARNING effect to the player for the default potion duration. This effect enhances the player's ability to learn from books and magical instruction, allowing them to understand complex concepts more easily and gain knowledge more quickly. The improved mental clarity helps overcome confusion and improves cognitive function.
-