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

Method major

launcher/java/JavaVersion.h:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 QString toString();
29
30 int major()
31 {
32 return m_major;
33 }
34 int minor()
35 {
36 return m_minor;

Callers 2

executeTaskMethod · 0.80
executeTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected