Class ExpandAbstractCookingRecipe
java.lang.Object
com.blamejared.crafttweaker.natives.recipe.type.ExpandAbstractCookingRecipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intgetCookingTime(net.minecraft.world.item.crafting.AbstractCookingRecipe internal) static floatgetExperience(net.minecraft.world.item.crafting.AbstractCookingRecipe internal)
-
Constructor Details
-
ExpandAbstractCookingRecipe
public ExpandAbstractCookingRecipe()
-
-
Method Details
-
getExperience
public static float getExperience(net.minecraft.world.item.crafting.AbstractCookingRecipe internal) -
getCookingTime
public static int getCookingTime(net.minecraft.world.item.crafting.AbstractCookingRecipe internal)
-