MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / bytes

Method bytes

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

Source from the content-addressed store, hash-verified

36 QString name() const { return m_actualName; }
37 QString iconFile() const { return m_iconFile; }
38 int64_t bytes() const { return m_size; }
39 QDateTime lastPlayed() const { return m_lastPlayed; }
40 GameType gameType() const { return m_gameType; }
41 int64_t seed() const { return m_randomSeed; }

Callers 1

dataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected