MCPcopy 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

ObjectHolderRefMethod · 0.45
setRegistryNameMethod · 0.45
getWrapperMethod · 0.45
injectSnapshotMethod · 0.45
forceRegistryNameMethod · 0.45
removeMethod · 0.45
markDummyMethod · 0.45
writeMethod · 0.45
buildLookupsMethod · 0.45
getTargetMethod · 0.45
makeWrapperTagMethod · 0.45

Calls 1

addMethod · 0.65

Tested by

no test coverage detected