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

Method cleanmoss

src/main/java/gregapi/data/RM.java:300–304  ·  view source on GitHub ↗
(ItemStack aClean, ItemStack aMossy)

Source from the content-addressed store, hash-verified

298 return cleanmoss(aClean, aMossy) && growmoss(aClean, aMossy);
299 }
300 public static boolean cleanmoss(ItemStack aClean, ItemStack aMossy) {
301 if (ST.invalid(aClean) || ST.invalid(aMossy)) return F;
302 pressurewash(aMossy, aClean);
303 return T;
304 }
305 public static boolean growmoss(ItemStack aClean, ItemStack aMossy) {
306 if (ST.invalid(aClean) || ST.invalid(aMossy)) return F;
307 CR.shapeless(aMossy, CR.DEF_NCC, new Object[] {aClean, OD.itemMoss});

Callers 2

mossMethod · 0.95
runMethod · 0.95

Calls 2

invalidMethod · 0.95
pressurewashMethod · 0.95

Tested by

no test coverage detected