Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atas76/openengine
/ toString
Method
toString
src/main/java/org/openengine/vanilla/State.java:70–76 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
@Override
71
public
String toString() {
72
return
"State{"
+
73
"possessionPlayer="
+ possessionPlayer.getName() +
74
", possessionTeam="
+ possessionTeam +
75
'}'
;
76
}
77
}
Callers
nothing calls this directly
Calls
1
getName
Method · 0.65
Tested by
no test coverage detected