MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / read_gametype

Function read_gametype

launcher/minecraft/World.cpp:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472}
473
474GameType read_gametype(nbt::value& parent, const char * name) {
475 return GameType(read_int(parent, name));
476}
477
478}
479

Callers 1

loadFromLevelDatMethod · 0.85

Calls 2

GameTypeClass · 0.85
read_intFunction · 0.85

Tested by

no test coverage detected