Package hiiragi283.core.util
Object HCPotionFluidHelper
-
- All Implemented Interfaces:
public class HCPotionFluidHelper
-
-
Field Summary
Fields Modifier and Type Field Description public final static HCPotionFluidHelperINSTANCE
-
Method Summary
Modifier and Type Method Description final static HTFluidResourceTypecreateResource(HTPotionContents contents)final static FluidStackcreateFluid(HTPotionContents contents, Integer amount)final static ItemStackcreateItem(ItemLike item, HTPotionContents contents)final static ItemStackcreateBucket(HTPotionContents contents)-
-
Method Detail
-
createResource
final static HTFluidResourceType createResource(HTPotionContents contents)
-
createFluid
final static FluidStack createFluid(HTPotionContents contents, Integer amount)
-
createItem
final static ItemStack createItem(ItemLike item, HTPotionContents contents)
-
createBucket
final static ItemStack createBucket(HTPotionContents contents)
-
-
-
-