Object HTPotionHelper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final static Boolean isEmpty(PotionContents contents)
      final static PotionContents contents(Holder<Potion> potion)
      final static ItemStack createPotion(ItemLike item, Holder<Potion> potion, Integer count)
      final static ItemStack createPotion(ItemLike item, PotionContents contents, Integer count)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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)