类 MapExtendingRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
net.minecraft.world.item.crafting.MapExtendingRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.item.crafting.ShapedRecipe
ShapedRecipe.Serializer
-
字段概要
从类继承的字段 net.minecraft.world.item.crafting.ShapedRecipe
category, group, pattern, result, showNotification
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble
(CraftingInput p_345831_, HolderLookup.Provider p_335387_) private static ItemStack
findFilledMap
(CraftingInput p_344732_) boolean
boolean
matches
(CraftingInput p_345101_, Level p_43994_) 从类继承的方法 net.minecraft.world.item.crafting.ShapedRecipe
category, display, getHeight, getIngredients, getWidth, group, placementInfo, showNotification
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.CraftingRecipe
getRemainingItems, getType, recipeBookCategory
-
构造器详细资料
-
MapExtendingRecipe
-
-
方法详细资料
-
matches
- 指定者:
matches
在接口中Recipe<CraftingInput>
- 覆盖:
matches
在类中ShapedRecipe
-
assemble
- 指定者:
assemble
在接口中Recipe<CraftingInput>
- 覆盖:
assemble
在类中ShapedRecipe
-
findFilledMap
-
isSpecial
public boolean isSpecial() -
getSerializer
- 指定者:
getSerializer
在接口中CraftingRecipe
- 指定者:
getSerializer
在接口中Recipe<CraftingInput>
- 覆盖:
getSerializer
在类中ShapedRecipe
-