类 AbstractCookingRecipe
java.lang.Object
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.world.item.crafting.AbstractCookingRecipe
- 所有已实现的接口:
Recipe<SingleRecipeInput>
-
嵌套类概要
嵌套类修饰符和类型类说明static interface
static class
-
字段概要
字段从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明AbstractCookingRecipe
(String p_249518_, CookingBookCategory p_250891_, Ingredient p_251354_, ItemStack p_252185_, float p_252165_, int p_250256_) -
方法概要
修饰符和类型方法说明category()
int
display()
float
protected abstract Item
abstract RecipeSerializer
<? extends AbstractCookingRecipe> abstract RecipeType
<? extends AbstractCookingRecipe> getType()
从类继承的方法 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, recipeBookCategory, showNotification
-
字段详细资料
-
category
-
experience
private final float experience -
cookingTime
private final int cookingTime
-
-
构造器详细资料
-
AbstractCookingRecipe
public AbstractCookingRecipe(String p_249518_, CookingBookCategory p_250891_, Ingredient p_251354_, ItemStack p_252185_, float p_252165_, int p_250256_)
-
-
方法详细资料
-
getSerializer
- 指定者:
getSerializer
在接口中Recipe<SingleRecipeInput>
- 指定者:
getSerializer
在类中SingleItemRecipe
-
getType
- 指定者:
getType
在接口中Recipe<SingleRecipeInput>
- 指定者:
getType
在类中SingleItemRecipe
-
experience
public float experience() -
cookingTime
public int cookingTime() -
category
-
furnaceIcon
-
display
-