Package hiiragi283.core.api.item.alchemy
Object HTPotionHelper
-
- All Implemented Interfaces:
public class HTPotionHelper
-
-
Field Summary
Fields Modifier and Type Field Description public final static HTPotionHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final static BooleanisEmpty(PotionContents contents)final static PotionContentscontents(Holder<Potion> potion)final static ItemStackcreatePotion(ItemLike item, Holder<Potion> potion, Integer count)final static ItemStackcreatePotion(ItemLike item, PotionContents contents, Integer count)-
-
Method Detail
-
contents
final static PotionContents contents(Holder<Potion> potion)
-
createPotion
final static ItemStack createPotion(ItemLike item, Holder<Potion> potion, Integer count)
-
createPotion
final static ItemStack createPotion(ItemLike item, PotionContents contents, Integer count)
-
-
-
-