Uses of Class
ch.sahits.game.openpatrician.model.EMessageCategory
-
Packages that use EMessageCategory Package Description ch.sahits.game.openpatrician.model -
-
Uses of EMessageCategory in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return EMessageCategory Modifier and Type Method Description static EMessageCategoryEMessageCategory. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EMessageCategory[]EMessageCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.sahits.game.openpatrician.model with parameters of type EMessageCategory Constructor Description DisplayMessage(EMessageCategory category, java.lang.String messageKey, java.lang.Object... messageArgs)DisplayStateMessage(EMessageCategory category, java.lang.String messageKey, IDialogState state, java.lang.Object... messageArgs)DisplayTemplateMessage(EMessageCategory category, java.lang.String messageKey, DialogTemplate template, java.lang.Object... messageArgs)
-