Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ warn
Method
warn
src/basic/Loggger.java:25–27 ·
view source on GitHub ↗
(String message)
Source
from the content-addressed store, hash-verified
23
}
24
25
public
static
void
warn(String message) {
26
print(message, 0);
27
}
28
29
public
static
void
error(String message) {
30
print(message, 0);
Callers
12
Cuboid
Method · 0.95
getInstances
Method · 0.95
areTexturesUpToDate
Method · 0.95
getConverterData
Method · 0.95
getPos
Method · 0.95
getPosition
Method · 0.95
capBy
Method · 0.95
capBelow
Method · 0.95
translateRawInfo
Method · 0.95
skipTagAfterTitle
Method · 0.95
doListOfCompounds
Method · 0.95
addSubBlock
Method · 0.95
Calls
1
print
Method · 0.95
Tested by
no test coverage detected