implements IRecipe<IInventory>
bdu | |
net.minecraft.class_1874 | |
net.minecraft.item.crafting.AbstractCookingRecipe | |
net.minecraft.server.v1_14_R1.RecipeCooking |
Field summary
Modifier and Type | Field | ||||||||
---|---|---|---|---|---|---|---|---|---|
protected final Recipes<?> |
| ||||||||
protected final MinecraftKey |
| ||||||||
protected final String |
| ||||||||
protected final RecipeItemStack |
| ||||||||
protected final ItemStack |
| ||||||||
protected final float |
| ||||||||
protected final int |
|
Constructor summary
Modifier | Constructor |
---|---|
public | (Recipes<?> arg0, MinecraftKey arg1, String arg2, RecipeItemStack arg3, ItemStack arg4, float arg5, int arg6) |
Method summary
Modifier and Type | Method | ||||||||
---|---|---|---|---|---|---|---|---|---|
public boolean |
| ||||||||
public ItemStack |
| ||||||||
public NonNullList<RecipeItemStack> |
| ||||||||
public float |
| ||||||||
public ItemStack |
| ||||||||
public int |
| ||||||||
public MinecraftKey |
| ||||||||
public Recipes<?> |
| ||||||||
public boolean |
| ||||||||
public String |
|