Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ getDebugString
Method
getDebugString
common/buildcraft/lib/fluids/Tank.java:215–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
}
214
215
public
String getDebugString() {
216
return
getFluidAmount() +
" / "
+ capacity +
" MB of "
+ (getFluid() != null ? getFluid().getFluid().getName() :
"n/a"
);
217
}
218
}
Callers
7
getDebugInfo
Method · 0.80
getDebugInfo
Method · 0.80
getDebugInfo
Method · 0.80
getDebugInfo
Method · 0.80
getDebugInfo
Method · 0.80
getDebugInfo
Method · 0.80
getDebugInfo
Method · 0.80
Calls
2
getFluid
Method · 0.45
getName
Method · 0.45
Tested by
no test coverage detected