Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ getScoreboard
Method
getScoreboard
src/main/java/com/volmit/adapt/util/Board.java:71–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
public
Scoreboard getScoreboard() {
72
return
(player != null) ? player.getScoreboard() : null;
73
}
74
75
public
void
remove() {
76
this.resetScoreboard();
Callers
4
Board
Method · 0.95
update
Method · 0.95
removeEntry
Method · 0.95
setup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected