Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
474
GameType read_gametype(nbt::value& parent, const char * name) {
475
return GameType(read_int(parent, name));
476
}
477
478
}
479
Callers
1
loadFromLevelDat
Method · 0.85
Calls
2
GameType
Class · 0.85
read_int
Function · 0.85
Tested by
no test coverage detected