geforkt von Mirrors/Velocity
Modinfo: Add getType and getModList methods.
Dieser Commit ist enthalten in:
Ursprung
b7e6334324
Commit
d218fbf1e0
@ -312,6 +312,14 @@ public class ServerPing {
|
|||||||
this.type = Preconditions.checkNotNull(type, "type");
|
this.type = Preconditions.checkNotNull(type, "type");
|
||||||
this.modList = ImmutableList.copyOf(modList);
|
this.modList = ImmutableList.copyOf(modList);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String getType() {
|
||||||
|
return type;
|
||||||
|
}
|
||||||
|
|
||||||
|
public List<Mod> getModList() {
|
||||||
|
return modList;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class Mod {
|
public static class Mod {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren