EffectiveBrewable

Behaviour that registers brewing-stand recipes for custom items. Usually reached via ru.hukm.effectiveSpigot.minecraft.items.EffectiveItem.addBrewRecipe.

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Data(val result: ItemStack, val inputIngredient: ItemStack, val inputBasePotionMeta: PotionMeta, val fuelUse: Int, val cookingTime: Int)

A brewing recipe.