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

Method getWorldBorder

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

Source from the content-addressed store, hash-verified

3848 }
3849
3850 public WorldBorder getWorldBorder()
3851 {
3852 return this.worldBorder;
3853 }
3854
3855 /**
3856 * Returns true if the chunk is located near the spawn point

Callers 15

getSpawnPointMethod · 0.95
processPlayerDiggingMethod · 0.45
findChunksForSpawningMethod · 0.45
WorldMethod · 0.45
WorldServerMethod · 0.45
initMethod · 0.45
isBlockModifiableMethod · 0.45
saveLevelMethod · 0.45
WorldServerMultiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected