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

Method print

src/main/java/gregapi/log/LogBuffer.java:46–49  ·  view source on GitHub ↗
(String aString)

Source from the content-addressed store, hash-verified

44 }
45
46 @Override
47 public void print(String aString) {
48 mBufferedLog.add(aString);
49 }
50}

Callers 3

onModPostInit2Method · 0.80
visitMethodEndMethod · 0.80
getRotationsMethod · 0.80

Calls 1

addMethod · 0.65

Tested by

no test coverage detected