Uses of Class
fr.royalpha.sheepwars.api.PlayerData.DataType
-
Packages that use PlayerData.DataType Package Description fr.royalpha.sheepwars.api -
-
Uses of PlayerData.DataType in fr.royalpha.sheepwars.api
Methods in fr.royalpha.sheepwars.api that return PlayerData.DataType Modifier and Type Method Description static PlayerData.DataType
PlayerData.DataType. getFromId(int id)
static PlayerData.DataType
PlayerData.DataType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PlayerData.DataType[]
PlayerData.DataType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-