MCPcopy Index your code
hub / github.com/BombusMod/BombusMod / getVersionInfo

Method getVersionInfo

src/main/java/Client/StaticData.java:89–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 public static final boolean NonSaslAuth = false;
88
89 public VersionInfo getVersionInfo() {
90 return versionInfo;
91 }
92
93 public void setVersionInfo(VersionInfo versionInfo) {
94 this.versionInfo = versionInfo;

Callers 12

askInetSrvMethod · 0.80
blockArrivedMethod · 0.80
calcVerHashMethod · 0.80
EntityCapsClass · 0.80
blockArrivedMethod · 0.80
PresenceMethod · 0.80
showExtendedMethod · 0.80
cmdOkMethod · 0.80
formSubmitMethod · 0.80
startAppMethod · 0.80
InfoWindowMethod · 0.80
doActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected