Class PotionCentrifugation
java.lang.Object
com.petrolpark.compat.create.common.processing.centrifuge.PotionCentrifugation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<com.simibubi.create.content.fluids.potion.PotionFluid.BottleType, Map<net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion>, PotionCentrifugation.PotionCentrifugationRecipe>> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static final PotionCentrifugation.PotionCentrifugationRecipecreate(net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> ingredients, net.neoforged.neoforge.fluids.FluidStack from, net.neoforged.neoforge.fluids.FluidStack to, net.minecraft.world.item.Item item) protected static final PotionCentrifugation.PotionCentrifugationRecipecreate(net.neoforged.neoforge.fluids.FluidStack from, net.neoforged.neoforge.fluids.FluidStack to, RecyclingOutputs outputs) protected static final PotionCentrifugation.PotionCentrifugationRecipecreate(net.neoforged.neoforge.fluids.FluidStack from, net.neoforged.neoforge.fluids.FluidStack to, net.minecraft.world.item.Item item) static final voidcreateAllRecipes(net.minecraft.world.item.alchemy.PotionBrewing brewing) protected static final Map<net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion>, PotionCentrifugation.PotionCentrifugationRecipe> get(com.simibubi.create.content.fluids.potion.PotionFluid.BottleType bottleType) protected static final Optional<PotionCentrifugation.PotionCentrifugationRecipe> get(com.simibubi.create.content.fluids.potion.PotionFluid.BottleType bottleType, net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> potion) static final voidstatic final Stream<net.minecraft.world.item.crafting.RecipeHolder<PotionCentrifugation.PotionCentrifugationRecipe>> streamAllRecipes(net.minecraft.world.item.alchemy.PotionBrewing brewing)
-
Field Details
-
RECIPES
protected static final Map<com.simibubi.create.content.fluids.potion.PotionFluid.BottleType,Map<net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion>, RECIPESPotionCentrifugation.PotionCentrifugationRecipe>>
-
-
Constructor Details
-
PotionCentrifugation
public PotionCentrifugation()
-
-
Method Details
-
createAllRecipes
public static final void createAllRecipes(net.minecraft.world.item.alchemy.PotionBrewing brewing) -
streamAllRecipes
public static final Stream<net.minecraft.world.item.crafting.RecipeHolder<PotionCentrifugation.PotionCentrifugationRecipe>> streamAllRecipes(net.minecraft.world.item.alchemy.PotionBrewing brewing) -
create
protected static final PotionCentrifugation.PotionCentrifugationRecipe create(net.minecraft.core.NonNullList<net.minecraft.world.item.crafting.Ingredient> ingredients, net.neoforged.neoforge.fluids.FluidStack from, net.neoforged.neoforge.fluids.FluidStack to, net.minecraft.world.item.Item item) -
create
protected static final PotionCentrifugation.PotionCentrifugationRecipe create(net.neoforged.neoforge.fluids.FluidStack from, net.neoforged.neoforge.fluids.FluidStack to, net.minecraft.world.item.Item item) -
create
protected static final PotionCentrifugation.PotionCentrifugationRecipe create(net.neoforged.neoforge.fluids.FluidStack from, net.neoforged.neoforge.fluids.FluidStack to, RecyclingOutputs outputs) -
get
protected static final Map<net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion>,PotionCentrifugation.PotionCentrifugationRecipe> get(com.simibubi.create.content.fluids.potion.PotionFluid.BottleType bottleType) -
get
protected static final Optional<PotionCentrifugation.PotionCentrifugationRecipe> get(com.simibubi.create.content.fluids.potion.PotionFluid.BottleType bottleType, net.minecraft.core.Holder<net.minecraft.world.item.alchemy.Potion> potion) -
onCentrifugation
-