MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getScoreboard

Method getScoreboard

src/main/java/net/minecraft/world/World.java:3768–3771  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3766 }
3767
3768 public Scoreboard getScoreboard()
3769 {
3770 return this.worldScoreboard;
3771 }
3772
3773 public void updateComparatorOutputLevel(BlockPos pos, Block blockIn)
3774 {

Callers 8

onEntityRemovedMethod · 0.45
initMethod · 0.45
getTeamMethod · 0.45
getTeamMethod · 0.45
onDeathMethod · 0.45
getWorldScoreboardMethod · 0.45
onRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected