implements Recipe<SingleRecipeInput>
| czo | |
| net.minecraft.world.item.crafting.SingleItemRecipe | |
| net.minecraft.class_3972 | |
| net.minecraft.recipe.CuttingRecipe | |
| net.minecraft.src.C_1486_ | |
| net.minecraft.world.item.crafting.RecipeSingleItem |
字段概要
| 修饰符与类型 | 字段 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| protected final Ingredient |
| ||||||||||
| protected final ItemStack |
| ||||||||||
| private final RecipeType<?> |
| ||||||||||
| private final RecipeSerializer<?> |
| ||||||||||
| protected final String |
|
构造函数概要
| 修饰符 | 构造函数 |
|---|---|
| public | (RecipeType<?> type, RecipeSerializer<?> serializer, String group, Ingredient ingredient, ItemStack result) |
方法概要
| 修饰符与类型 | 方法 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public RecipeType<?> |
| ||||||||||
| public RecipeSerializer<?> |
| ||||||||||
| public String |
| ||||||||||
| public ItemStack |
| ||||||||||
| public NonNullList<Ingredient> |
| ||||||||||
| public boolean |
| ||||||||||
| public ItemStack |
|