类 CampfireCookingRecipe
java.lang.Object
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.world.item.crafting.CampfireCookingRecipe
- 所有已实现的接口:
Recipe<SingleRecipeInput>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.item.crafting.AbstractCookingRecipe
AbstractCookingRecipe.Factory<T extends AbstractCookingRecipe>, AbstractCookingRecipe.Serializer<T extends AbstractCookingRecipe>
-
字段概要
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明CampfireCookingRecipe
(String p_250140_, CookingBookCategory p_251808_, Ingredient p_249826_, ItemStack p_251839_, float p_251432_, int p_251471_) -
方法概要
从类继承的方法 net.minecraft.world.item.crafting.AbstractCookingRecipe
category, cookingTime, display, experience
从类继承的方法 net.minecraft.world.item.crafting.SingleItemRecipe
assemble, group, input, matches, placementInfo, result
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
isSpecial, showNotification
-
构造器详细资料
-
CampfireCookingRecipe
public CampfireCookingRecipe(String p_250140_, CookingBookCategory p_251808_, Ingredient p_249826_, ItemStack p_251839_, float p_251432_, int p_251471_)
-
-
方法详细资料
-
furnaceIcon
- 指定者:
furnaceIcon
在类中AbstractCookingRecipe
-
getSerializer
- 指定者:
getSerializer
在接口中Recipe<SingleRecipeInput>
- 指定者:
getSerializer
在类中AbstractCookingRecipe
-
getType
- 指定者:
getType
在接口中Recipe<SingleRecipeInput>
- 指定者:
getType
在类中AbstractCookingRecipe
-
recipeBookCategory
-