Uses of Class
org.rspeer.game.social.Relationships.SocialTab
-
Packages that use Relationships.SocialTab Package Description org.rspeer.game.social -
-
Uses of Relationships.SocialTab in org.rspeer.game.social
Methods in org.rspeer.game.social that return Relationships.SocialTab Modifier and Type Method Description static Relationships.SocialTab
Relationships.SocialTab. valueOf(String name)
Returns the enum constant of this type with the specified name.static Relationships.SocialTab[]
Relationships.SocialTab. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.rspeer.game.social with parameters of type Relationships.SocialTab Modifier and Type Method Description static boolean
Relationships. add(Relationships.SocialTab context, String name)
static boolean
Relationships. remove(Relationships.SocialTab context, String name)
-