MCPcopy Create free account
hub / github.com/Bukkit/Bukkit / setInput

Method setInput

src/main/java/org/bukkit/inventory/FurnaceRecipe.java:40–43  ·  view source on GitHub ↗

Sets the input of this furnace recipe. @param input The input material. @return The changed recipe, so you can chain calls.

(MaterialData input)

Source from the content-addressed store, hash-verified

38 * @return The changed recipe, so you can chain calls.
39 */
40 public FurnaceRecipe setInput(MaterialData input) {
41 this.ingredient = input;
42 return this;
43 }
44
45 /**
46 * Sets the input of this furnace recipe.

Callers 1

FurnaceRecipeMethod · 0.95

Calls 1

getNewDataMethod · 0.80

Tested by

no test coverage detected