类 BlastingRecipe
java.lang.Object
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.world.item.crafting.BlastingRecipe
- 所有已实现的接口:
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, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
构造器概要
构造器构造器说明BlastingRecipe
(String p_251053_, CookingBookCategory p_249936_, Ingredient p_251550_, ItemStack p_251027_, float p_250843_, int p_249841_) -
方法概要
从类继承的方法 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
-
构造器详细资料
-
BlastingRecipe
public BlastingRecipe(String p_251053_, CookingBookCategory p_249936_, Ingredient p_251550_, ItemStack p_251027_, float p_250843_, int p_249841_)
-
-
方法详细资料
-
furnaceIcon
- 指定者:
furnaceIcon
在类中AbstractCookingRecipe
-
getSerializer
- 指定者:
getSerializer
在接口中Recipe<SingleRecipeInput>
- 指定者:
getSerializer
在类中AbstractCookingRecipe
-
getType
- 指定者:
getType
在接口中Recipe<SingleRecipeInput>
- 指定者:
getType
在类中AbstractCookingRecipe
-
recipeBookCategory
-