类 RepairItemRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.RepairItemRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.item.crafting.CustomRecipe
CustomRecipe.Serializer<T extends CraftingRecipe>
-
字段概要
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble
(CraftingInput p_342804_, HolderLookup.Provider p_331714_) private static boolean
canCombine
(ItemStack p_335534_, ItemStack p_329259_) getItemsToCombine
(CraftingInput p_344890_) boolean
matches
(CraftingInput p_344438_, Level p_44139_) 从类继承的方法 net.minecraft.world.item.crafting.CustomRecipe
category, isSpecial, placementInfo
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.CraftingRecipe
getRemainingItems, getType, recipeBookCategory
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
display, group, showNotification
-
构造器详细资料
-
RepairItemRecipe
-
-
方法详细资料
-
getItemsToCombine
@Nullable private static com.mojang.datafixers.util.Pair<ItemStack,ItemStack> getItemsToCombine(CraftingInput p_344890_) -
canCombine
-
matches
-
assemble
-
getSerializer
- 指定者:
getSerializer
在接口中CraftingRecipe
- 指定者:
getSerializer
在接口中Recipe<CraftingInput>
- 指定者:
getSerializer
在类中CustomRecipe
-