Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Teneted/Tenet
/ toString
Method
toString
src/main/java/net/minecraftforge/common/util/Size2i.java:63–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
@Override
64
public
String toString()
65
{
66
return
MoreObjects.toStringHelper(this)
67
.add(
"width"
, width)
68
.add(
"height"
, height)
69
.toString();
70
}
71
}
Callers
15
ObjectHolderRef
Method · 0.45
setRegistryName
Method · 0.45
getWrapper
Method · 0.45
postRegistryEventDispatch
Method · 0.45
injectSnapshot
Method · 0.45
forceRegistryName
Method · 0.45
remove
Method · 0.45
markDummy
Method · 0.45
write
Method · 0.45
buildLookups
Method · 0.45
getTarget
Method · 0.45
makeWrapperTag
Method · 0.45
Calls
1
add
Method · 0.65
Tested by
no test coverage detected