Uses of Enum Class
zombie.ui.TextDrawHorizontal
Packages that use TextDrawHorizontal
-
Uses of TextDrawHorizontal in zombie.ui
Subclasses with type arguments of type TextDrawHorizontal in zombie.uiMethods in zombie.ui that return TextDrawHorizontalModifier and TypeMethodDescriptionTextDrawObject.getHorizontalAlign()static TextDrawHorizontalReturns the enum constant of this class with the specified name.static TextDrawHorizontal[]TextDrawHorizontal.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.ui with parameters of type TextDrawHorizontalModifier and TypeMethodDescriptionvoidTextDrawObject.AddBatchedDraw(TextDrawHorizontal horz, double x, double y, double r, double g, double b, double a, boolean drawOutlines) voidTextDrawObject.Draw(TextDrawHorizontal horz, double x, double y, double r, double g, double b, double a, boolean drawOutlines) voidTextDrawObject.DrawRaw(TextDrawHorizontal horz, double x, double y, float r, float g, float b, float a, boolean drawOutlines) voidTextDrawObject.setHorizontalAlign(TextDrawHorizontal horz)