类 ShieldDecorationRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
net.minecraft.world.item.crafting.ShieldDecorationRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingContainer>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明assemble
(CraftingContainer pContainer, RegistryAccess pRegistryAccess) boolean
canCraftInDimensions
(int pWidth, int pHeight) boolean
matches
(CraftingContainer pInv, Level pLevel) 从类继承的方法 net.minecraft.world.item.crafting.CustomRecipe
category, getId, getResultItem, isSpecial
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.world.item.crafting.CraftingRecipe
getType
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
getGroup, getIngredients, getRemainingItems, getToastSymbol, isIncomplete, showNotification
-
构造器详细资料
-
ShieldDecorationRecipe
-
-
方法详细资料
-
matches
-
assemble
-
canCraftInDimensions
public boolean canCraftInDimensions(int pWidth, int pHeight) -
getSerializer
-