Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ toString
Method
toString
common/buildcraft/lib/fluids/Tank.java:160–163 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
158
}
159
160
@Override
161
public
String toString() {
162
return
"Tank ["
+ getContentsString() +
"]"
;
163
}
164
165
public
String getContentsString() {
166
FluidStack fluidStack = getFluid();
Callers
13
getDebugInfo
Method · 0.45
execute
Method · 0.45
getDebugInfo
Method · 0.45
getStreamForIdentifier
Method · 0.45
fmlPostInit
Method · 0.45
getFluidColor
Method · 0.45
buildRotated
Method · 0.45
getByteArrayString
Method · 0.45
BCItems
Class · 0.45
serializeNBT
Method · 0.45
serializeAction
Method · 0.45
SchematicEntity
Method · 0.45
Calls
1
getContentsString
Method · 0.95
Tested by
1
execute
Method · 0.36