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

Method getToolTipEfficiency

src/main/java/gregapi/data/LH.java:311–311  ·  view source on GitHub ↗
(long aEfficiency)

Source from the content-addressed store, hash-verified

309 }
310
311 public static final String getToolTipEfficiency(long aEfficiency) {aEfficiency = Math.abs(aEfficiency); return Chat.YELLOW + get(EFFICIENCY) + ": " + Chat.WHITE + percent(aEfficiency) + "%";}
312
313 public static final void addToolTipsEfficiency(List<String> aList, ItemStack aStack, boolean aF3_H, TE_Behavior_Energy_Converter aConverter) {
314 addToolTipsEfficiency(aList, aStack, aF3_H, aConverter.mEnergyIN, aConverter.mEnergyOUT, aConverter.mMultiplier);

Callers 14

addToolTipsEfficiencyMethod · 0.95
addToolTipsEfficiencyMethod · 0.95
addToolTipsMethod · 0.95
addToolTipsMethod · 0.95
addToolTipsEfficiencyMethod · 0.95
addToolTipsEfficiencyMethod · 0.95
addToolTipsMethod · 0.95
addToolTipsMethod · 0.95
addToolTipsMethod · 0.95
addToolTipsMethod · 0.95
addToolTipsMethod · 0.95
addToolTipsMethod · 0.95

Calls 2

getMethod · 0.95
percentMethod · 0.95

Tested by

no test coverage detected