Class HaloTextHelper
java.lang.Object
zombie.characters.HaloTextHelper
TurboTuTone.
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HaloTextHelper.ColorRGBstatic final HaloTextHelper.ColorRGBstatic final HaloTextHelper.ColorRGB -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddBadText(IsoPlayer player, String text) static voidaddBadText(IsoPlayer player, String text, String separator) static voidaddGoodText(IsoPlayer player, String text) static voidaddGoodText(IsoPlayer player, String text, String separator) static voidstatic voidstatic voidstatic voidaddText(IsoPlayer player, String text, String seperator, HaloTextHelper.ColorRGB color) static voidaddTextWithArrow(IsoPlayer player, String text, boolean arrowIsUp, int r, int g, int b) static voidaddTextWithArrow(IsoPlayer player, String text, boolean arrowIsUp, int r, int g, int b, int aR, int aG, int aB) static voidaddTextWithArrow(IsoPlayer player, String text, boolean arrowIsUp, HaloTextHelper.ColorRGB color) static voidaddTextWithArrow(IsoPlayer player, String text, boolean arrowIsUp, HaloTextHelper.ColorRGB color, HaloTextHelper.ColorRGB arrowColor) static voidaddTextWithArrow(IsoPlayer player, String text, String separator, boolean arrowIsUp, int r, int g, int b) static voidaddTextWithArrow(IsoPlayer player, String text, String separator, boolean arrowIsUp, int r, int g, int b, int aR, int aG, int aB) static voidaddTextWithArrow(IsoPlayer player, String text, String separator, boolean arrowIsUp, HaloTextHelper.ColorRGB color) static voidaddTextWithArrow(IsoPlayer player, String text, String separator, boolean arrowIsUp, HaloTextHelper.ColorRGB color, HaloTextHelper.ColorRGB arrowColor) static voidstatic HaloTextHelper.ColorRGBstatic HaloTextHelper.ColorRGBstatic HaloTextHelper.ColorRGBstatic HaloTextHelper.ColorRGBstatic HaloTextHelper.ColorRGBstatic voidupdate()
-
Field Details
-
COLOR_WHITE
-
COLOR_GREEN
-
COLOR_RED
-
-
Constructor Details
-
HaloTextHelper
public HaloTextHelper()
-
-
Method Details
-
getColorWhite
-
getColorGreen
-
getColorRed
-
forceNextAddText
public static void forceNextAddText() -
addTextWithArrow
public static void addTextWithArrow(IsoPlayer player, String text, String separator, boolean arrowIsUp, HaloTextHelper.ColorRGB color) -
addTextWithArrow
-
addTextWithArrow
public static void addTextWithArrow(IsoPlayer player, String text, String separator, boolean arrowIsUp, HaloTextHelper.ColorRGB color, HaloTextHelper.ColorRGB arrowColor) -
addTextWithArrow
-
addTextWithArrow
public static void addTextWithArrow(IsoPlayer player, String text, boolean arrowIsUp, HaloTextHelper.ColorRGB color) -
addTextWithArrow
-
addTextWithArrow
public static void addTextWithArrow(IsoPlayer player, String text, boolean arrowIsUp, HaloTextHelper.ColorRGB color, HaloTextHelper.ColorRGB arrowColor) -
addTextWithArrow
-
addText
public static void addText(IsoPlayer player, String text, String seperator, HaloTextHelper.ColorRGB color) -
addText
-
getGoodColor
-
getBadColor
-
addGoodText
-
addGoodText
-
addBadText
-
addBadText
-
addText
-
addText
-
update
public static void update()
-