MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / get_smelting

Method get_smelting

src/main/java/gregapi/data/RM.java:780–780  ·  view source on GitHub ↗
(ItemStack aInput)

Source from the content-addressed store, hash-verified

778 }
779
780 public static ItemStack get_smelting(ItemStack aInput) {return get_smelting(aInput, F, NI);}
781 public static ItemStack get_smelting(ItemStack aInput, boolean aRemoveInput, ItemStack aOutputSlot) {
782 if (aInput == null || aInput.stackSize < 1) return NI;
783 ItemStack rStack = OM.get(FurnaceRecipes.smelting().getSmeltingResult(aInput));

Callers 8

findRecipeMethod · 0.95
containsInputMethod · 0.95
findRecipeMethod · 0.95
containsInputMethod · 0.95
onPostLoadMethod · 0.95
handleDropsMethod · 0.95
onOreRegistrationMethod · 0.95

Calls 3

getMethod · 0.95
equalMethod · 0.95
getMaxStackSizeMethod · 0.65

Tested by

no test coverage detected