MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / getWorldGenDataFromFS

Function getWorldGenDataFromFS

launcher/minecraft/World.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188QByteArray getWorldGenDataFromFS(const QFileInfo& file)
189{
190 return getDatDataFromFS(file, "data/minecraft/world_gen_settings.dat");
191}
192
193bool putLevelDatDataToFS(const QFileInfo& file, QByteArray& data)
194{

Callers 1

readFromFSMethod · 0.85

Calls 1

getDatDataFromFSFunction · 0.85

Tested by

no test coverage detected