Class FancyHeader
- java.lang.Object
-
- com.onarandombox.MultiverseCore.utils.FancyHeader
-
-
Constructor Summary
Constructors Constructor Description FancyHeader(java.lang.String text, FancyColorScheme scheme)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappendText(java.lang.String string)Appends text to thisFancyHeader.java.lang.StringgetFancyText()Gets theString-representation of thisFancyText.
-
-
-
Constructor Detail
-
FancyHeader
public FancyHeader(java.lang.String text, FancyColorScheme scheme)
-
-
Method Detail
-
getFancyText
public java.lang.String getFancyText()
Description copied from interface:FancyTextGets theString-representation of thisFancyText.- Specified by:
getFancyTextin interfaceFancyText- Returns:
- The
String-representation of thisFancyText.
-
appendText
public void appendText(java.lang.String string)
Appends text to thisFancyHeader.- Parameters:
string- The text to append.
-
-