类 MapExtendingRecipe
java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
net.minecraft.world.item.crafting.MapExtendingRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingInput>
,IShapedRecipe<CraftingInput>
-
嵌套类概要
从类继承的嵌套类/接口 net.minecraft.world.item.crafting.ShapedRecipe
ShapedRecipe.Serializer
-
字段概要
从类继承的字段 net.minecraft.world.item.crafting.ShapedRecipe
category, group, MAX_HEIGHT, MAX_WIDTH, pattern, result, showNotification
从接口继承的字段 net.minecraft.world.item.crafting.Recipe
CODEC, STREAM_CODEC
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble
(CraftingInput p_343804_, HolderLookup.Provider p_329331_) private static ItemStack
findFilledMap
(CraftingInput p_345373_) boolean
boolean
matches
(CraftingInput p_344924_, Level p_43994_) 从类继承的方法 net.minecraft.world.item.crafting.ShapedRecipe
category, display, getHeight, getIngredients, getRecipeHeight, getRecipeWidth, getWidth, group, placementInfo, setCraftingSize, 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
-