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 SummaryConstructors Constructor Description ModInfo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<ServerPing.ModItem>getModList()StringgetType()inthashCode()voidsetModList(List<ServerPing.ModItem> modList)voidsetType(String type)StringtoString()
 
- 
- 
- 
Method Detail- 
getTypepublic String getType() 
 - 
getModListpublic List<ServerPing.ModItem> getModList() 
 - 
setTypepublic void setType(String type) 
 - 
setModListpublic void setModList(List<ServerPing.ModItem> modList) 
 - 
canEqualprotected boolean canEqual(Object other) 
 
- 
 
-