Uses of Class
squidpony.Messaging.Group
Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
-
Uses of Messaging.Group in squidpony
Methods in squidpony with parameters of type Messaging.Group Modifier and Type Method Description static String
Messaging. transform(CharSequence message, String user, Messaging.NounTrait userTrait, Messaging.Group target, Messaging.NounTrait targetTrait)
Takes message and replaces any of the special terms this recognizes, like @, ^, and $, with the appropriately- conjugated terms for the given user, that user's associated NounTrait, the given Group of targets, and that group's NounTrait.static String
Messaging. transform(CharSequence message, String user, Messaging.NounTrait userTrait, Messaging.Group target, Messaging.NounTrait targetTrait, String... extra)
Takes message and replaces any of the special terms this recognizes, like @, ^, and $, with the appropriately- conjugated terms for the given user, that user's associated NounTrait, the given Group of targets, and that group's NounTrait.static String
Messaging. transform(CharSequence message, Messaging.Group user, Messaging.NounTrait userTrait)
Takes message and replaces any of the special terms this recognizes, like @, ^, and $, with the appropriately- conjugated terms for the given group of users and that group's associated NounTrait.static String
Messaging. transform(CharSequence message, Messaging.Group user, Messaging.NounTrait userTrait, String target, Messaging.NounTrait targetTrait)
Takes message and replaces any of the special terms this recognizes, like @, ^, and $, with the appropriately- conjugated terms for the given Group of users, that group's associated NounTrait, the given target, and their NounTrait.static String
Messaging. transform(CharSequence message, Messaging.Group user, Messaging.NounTrait userTrait, String target, Messaging.NounTrait targetTrait, String... extra)
Takes message and replaces any of the special terms this recognizes, like @, ^, and $, with the appropriately- conjugated terms for the given Group of users, that group's associated NounTrait, the given target, and their NounTrait.static String
Messaging. transform(CharSequence message, Messaging.Group user, Messaging.NounTrait userTrait, Messaging.Group target, Messaging.NounTrait targetTrait)
Takes message and replaces any of the special terms this recognizes, like @, ^, and $, with the appropriately- conjugated terms for the given Group of users, that group's associated NounTrait, the given group of targets, and that group's NounTrait.static String
Messaging. transform(CharSequence message, Messaging.Group user, Messaging.NounTrait userTrait, Messaging.Group target, Messaging.NounTrait targetTrait, String... extra)
Takes message and replaces any of the special terms this recognizes, like @, ^, and $, with the appropriately- conjugated terms for the given Group of users, that group's associated NounTrait, the given group of targets, and that group's NounTrait.