类 CustomRecipe
java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
- 所有已实现的接口:
CraftingRecipe
,Recipe<CraftingContainer>
- 直接已知子类:
ArmorDyeRecipe
,BannerDuplicateRecipe
,BookCloningRecipe
,DecoratedPotRecipe
,FireworkRocketRecipe
,FireworkStarFadeRecipe
,FireworkStarRecipe
,MapCloningRecipe
,RepairItemRecipe
,ShieldDecorationRecipe
,ShulkerBoxColoring
,SuspiciousStewRecipe
,TippedArrowRecipe
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 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
assemble, canCraftInDimensions, getGroup, getIngredients, getRemainingItems, getSerializer, getToastSymbol, isIncomplete, matches, showNotification
-
字段详细资料
-
id
-
category
-
-
构造器详细资料
-
CustomRecipe
-
-
方法详细资料
-
getId
- 指定者:
getId
在接口中Recipe<CraftingContainer>
-
isSpecial
public boolean isSpecial()- 指定者:
isSpecial
在接口中Recipe<CraftingContainer>
-
getResultItem
- 指定者:
getResultItem
在接口中Recipe<CraftingContainer>
-
category
- 指定者:
category
在接口中CraftingRecipe
-