Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElyPrismLauncher/Launcher
/ getLevelDatDataFromFS
Function
getLevelDatDataFromFS
launcher/minecraft/World.cpp:183–186 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
181
}
182
183
QByteArray getLevelDatDataFromFS(const QFileInfo& file)
184
{
185
return getDatDataFromFS(file,
"level.dat"
);
186
}
187
188
QByteArray getWorldGenDataFromFS(const QFileInfo& file)
189
{
Callers
2
readFromFS
Method · 0.85
rename
Method · 0.85
Calls
1
getDatDataFromFS
Function · 0.85
Tested by
no test coverage detected