implements IRecipe<IInventory>
| bdu | |
| net.minecraft.class_1874 | |
| net.minecraft.item.crafting.AbstractCookingRecipe | |
| net.minecraft.server.v1_14_R1.RecipeCooking |
字段概要
| 修饰符与类型 | 字段 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| protected final Recipes<?> |
| ||||||||
| protected final MinecraftKey |
| ||||||||
| protected final String |
| ||||||||
| protected final RecipeItemStack |
| ||||||||
| protected final ItemStack |
| ||||||||
| protected final float |
| ||||||||
| protected final int |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (Recipes<?> arg0, MinecraftKey arg1, String arg2, RecipeItemStack arg3, ItemStack arg4, float arg5, int arg6) |
方法概要
| 修饰符与类型 | 方法 | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||||
| public ItemStack |
| ||||||||
| public NonNullList<RecipeItemStack> |
| ||||||||
| public float |
| ||||||||
| public ItemStack |
| ||||||||
| public int |
| ||||||||
| public MinecraftKey |
| ||||||||
| public Recipes<?> |
| ||||||||
| public boolean |
| ||||||||
| public String |
|