MCPcopy 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
183QByteArray getLevelDatDataFromFS(const QFileInfo& file)
184{
185 return getDatDataFromFS(file, "level.dat");
186}
187
188QByteArray getWorldGenDataFromFS(const QFileInfo& file)
189{

Callers 2

readFromFSMethod · 0.85
renameMethod · 0.85

Calls 1

getDatDataFromFSFunction · 0.85

Tested by

no test coverage detected