MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / getVersion

Method getVersion

UnLuac/src/unluac/Version.java:16–18  ·  view source on GitHub ↗
(int major, int minor, boolean isMua)

Source from the content-addressed store, hash-verified

14public class Version {
15
16 public static Version getVersion(int major, int minor, boolean isMua) {
17 return new Version(major, minor, isMua);
18 }
19
20 public static class Setting<T> {
21

Callers 2

BHeaderMethod · 0.95
assembleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected