implements IRecipe
| avt | |
| net.minecraft.item.crafting.FurnaceRecipe | |
| net.minecraft.server.v1_13_R2.FurnaceRecipe |
字段概要
| 修饰符与类型 | 字段 | ||||||
|---|---|---|---|---|---|---|---|
| private final MinecraftKey |
| ||||||
| private final String |
| ||||||
| private final RecipeItemStack |
| ||||||
| private final ItemStack |
| ||||||
| private final float |
| ||||||
| private final int |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (MinecraftKey arg0, String arg1, RecipeItemStack arg2, ItemStack arg3, float arg4, int arg5) |
方法概要
| 修饰符与类型 | 方法 | ||||||
|---|---|---|---|---|---|---|---|
| public boolean |
| ||||||
| public ItemStack |
| ||||||
| public RecipeSerializer<?> |
| ||||||
| public NonNullList<RecipeItemStack> |
| ||||||
| public float |
| ||||||
| public ItemStack |
| ||||||
| public int |
| ||||||
| public MinecraftKey |
| ||||||
| public boolean |
| ||||||
| public String |
|