Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Garten/sourcecraft
/ getFilePosition
Method
getFilePosition
src/minecraft/WorldPiece.java:66–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
}
65
66
public
ChunkPosition getFilePosition() {
67
return
this.filePosition.copy();
68
}
69
70
public
Position getLower() {
71
return
this.lower.copy();
Callers
1
getFileOfChunk
Method · 0.80
Calls
1
copy
Method · 0.45
Tested by
no test coverage detected