Package net.md_5.bungee.api
Class ServerPing.ModInfo
- java.lang.Object
-
- net.md_5.bungee.api.ServerPing.ModInfo
-
- Enclosing class:
- ServerPing
public static class ServerPing.ModInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description ModInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<ServerPing.ModItem>
getModList()
String
getType()
int
hashCode()
void
setModList(List<ServerPing.ModItem> modList)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getType
public String getType()
-
getModList
public List<ServerPing.ModItem> getModList()
-
setType
public void setType(String type)
-
setModList
public void setModList(List<ServerPing.ModItem> modList)
-
canEqual
protected boolean canEqual(Object other)
-
-