MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / push

Method push

common/buildcraft/lib/misc/data/AverageInt.java:50–52  ·  view source on GitHub ↗
(int value)

Source from the content-addressed store, hash-verified

48 }
49
50 public void push(int value) {
51 tickValue += value;
52 }
53}

Callers 15

receiveLaserPowerMethod · 0.45
updateEntityMethod · 0.45
openPageMethod · 0.45
startBatchMethod · 0.45
convertToPostfixMethod · 0.45
makeExpressionMethod · 0.45
pushSubtractionMethod · 0.45
pushAdditionMethod · 0.45
pushMultiplyMethod · 0.45
pushDivideMethod · 0.45
pushModulusMethod · 0.45
pushPowerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected