public class LiteloaderVersion extends Object implements Serializable
| Constructor and Description |
|---|
LiteloaderVersion(String minecraftVersion,
String liteloaderVersion,
String file,
String md5,
Long timestamp,
String tweakClass,
Set<org.json.JSONObject> libraries) |
LiteloaderVersion(String minecraftVersion,
String liteloaderVersion,
String superVersion,
String file,
String md5,
Long timestamp,
String tweakClass,
Set<org.json.JSONObject> libraries) |
| Modifier and Type | Method and Description |
|---|---|
LiteloaderVersion |
customize(String superVersion) |
boolean |
equals(Object obj) |
String |
getFile() |
Set<org.json.JSONObject> |
getLibraries() |
String |
getLiteloaderVersion() |
String |
getMd5() |
String |
getMinecraftVersion() |
String |
getSuperVersion() |
Long |
getTimestamp() |
String |
getTweakClass() |
String |
getVersionName() |
int |
hashCode() |
String |
toString() |
public LiteloaderVersion(String minecraftVersion, String liteloaderVersion, String file, String md5, Long timestamp, String tweakClass, Set<org.json.JSONObject> libraries)
public String getMinecraftVersion()
public String getLiteloaderVersion()
public String getSuperVersion()
public String getVersionName()
public String getFile()
public String getMd5()
public Long getTimestamp()
public String getTweakClass()
public Set<org.json.JSONObject> getLibraries()
public LiteloaderVersion customize(String superVersion)
Copyright © 2016. All rights reserved.