Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getCollidingBoundingBoxes
Method · 0.95
getSpawnPoint
Method · 0.95
processPlayerDigging
Method · 0.45
processPlayerBlockPlacement
Method · 0.45
findChunksForSpawning
Method · 0.45
canCreatureTypeSpawnAtLocation
Method · 0.45
World
Method · 0.45
WorldServer
Method · 0.45
init
Method · 0.45
isBlockModifiable
Method · 0.45
saveLevel
Method · 0.45
WorldServerMulti
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected