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

Method gameType

launcher/minecraft/World.h:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 return m_lastPlayed;
62 }
63 GameType gameType() const
64 {
65 return m_gameType;
66 }
67 int64_t seed() const
68 {
69 return m_randomSeed;

Callers 1

dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected