Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GregTech6/gregtech6
/ println
Method
println
src/main/java/gregapi/log/LogBuffer.java:41–44 ·
view source on GitHub ↗
(String aString)
Source
from the content-addressed store, hash-verified
39
}
40
41
@Override
42
public
void
println(String aString) {
43
mBufferedLog.add(aString);
44
}
45
46
@Override
47
public
void
print(String aString) {
Callers
15
checkSaveLocation
Method · 0.80
onServerTick
Method · 0.80
onChunkWatchEvent
Method · 0.80
GT_API
Method · 0.80
onModPreInit2
Method · 0.80
onModInit2
Method · 0.80
onModPostInit2
Method · 0.80
onIDChangingEvent
Method · 0.80
onModPostInit2
Method · 0.80
createMaterial
Method · 0.80
addIdenticalNames
Method · 0.80
addAlloyingRecipe
Method · 0.80
Calls
1
add
Method · 0.65
Tested by
no test coverage detected