MCPcopy Index your code
hub / github.com/GregTech6/gregtech6 / getLong

Method getLong

src/main/java/gregapi/code/IMath.java:35–35  ·  view source on GitHub ↗

@param aObject the Object to check the Maths on. @return the result of the Maths done by this Object

(O aObject)

Source from the content-addressed store, hash-verified

33 * @return the result of the Maths done by this Object
34 */
35 public long getLong(O aObject);
36
37 /**
38 * @param aObject the Object to check the Maths on.

Callers 15

getBurnTimeMethod · 0.65
loadMethod · 0.65
addInformationMethod · 0.65
getFluidMethod · 0.65
getEnergyStatsMethod · 0.65
getToolMaxDamageMethod · 0.65
getToolDamageMethod · 0.65
getEnergyStoredMethod · 0.65
getTemperatureMinMethod · 0.65
getTemperatureMaxMethod · 0.65
getOffspringMethod · 0.65
getAggressivenessMethod · 0.65

Implementers 5

Valsrc/main/java/gregapi/code/IMath.java
Negsrc/main/java/gregapi/code/IMath.java
Tersrc/main/java/gregapi/code/IMath.java
Sumsrc/main/java/gregapi/code/IMath.java
Mulsrc/main/java/gregapi/code/IMath.java

Calls

no outgoing calls

Tested by

no test coverage detected