Uses of Class
moe.maple.api.script.util.builder.FontStyle
| Package | Description |
|---|---|
| moe.maple.api.script.util.builder |
-
Uses of FontStyle in moe.maple.api.script.util.builder
Fields in moe.maple.api.script.util.builder declared as FontStyle Modifier and Type Field Description protected FontStyleStyleAndColorBuilder. currentStyleMethods in moe.maple.api.script.util.builder that return FontStyle Modifier and Type Method Description static FontStyleFontStyle. fromPrefix(String p)Converts a Client Prefix into a Styleprotected FontStyleStyleAndColorBuilder. getStyleSafe(FontStyle def)A safe way of retrieving aFontStyle.static FontStyleFontStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static FontStyle[]FontStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in moe.maple.api.script.util.builder with parameters of type FontStyle Modifier and Type Method Description BuilderScriptMenuBuilder. appendMenuWith(FontStyle menuStyle, FontColor menuColor, String... options)ScriptStringBuilderScriptStringBuilder. appendWithStyle(FontStyle style, String tempStyledText)ScriptStringBuilderScriptStringBuilder. appendWithStyleAndColor(FontStyle style, FontColor color, String text)protected FontStyleStyleAndColorBuilder. getStyleSafe(FontStyle def)A safe way of retrieving aFontStyle.BuilderStyleAndColorBuilder. setStyle(FontStyle style)Sets the currentFontStyleand appends it'sprefix.