implements IRecipe
| avm | |
| net.minecraft.item.crafting.ShapelessRecipe |
Field summary
| Modifier and Type | Field | ||||
|---|---|---|---|---|---|
| private final ResourceLocation |
| ||||
| private final String |
| ||||
| private final ItemStack |
| ||||
| private final NonNullList<Ingredient> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (ResourceLocation arg0, String arg1, ItemStack arg2, NonNullList<Ingredient> arg3) |
Method summary
| Modifier and Type | Method | ||||
|---|---|---|---|---|---|
| public ResourceLocation |
| ||||
| public IRecipeSerializer<?> |
| ||||
| public ItemStack |
| ||||
| public NonNullList<Ingredient> |
| ||||
| public boolean |
| ||||
| public ItemStack |
| ||||
| public String |
| ||||
| public boolean |
|