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 booleancanEqual(Object other)booleanequals(Object o)List<ServerPing.ModItem>getModList()StringgetType()inthashCode()voidsetModList(List<ServerPing.ModItem> modList)voidsetType(String type)StringtoString()
-
-
-
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)
-
-