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 TextDrawHorizontal
Returns 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 TypeMethodDescriptionvoid
TextDrawObject.AddBatchedDraw
(TextDrawHorizontal horz, double x, double y, double r, double g, double b, double a, boolean drawOutlines) void
TextDrawObject.Draw
(TextDrawHorizontal horz, double x, double y, double r, double g, double b, double a, boolean drawOutlines) void
TextDrawObject.DrawRaw
(TextDrawHorizontal horz, double x, double y, float r, float g, float b, float a, boolean drawOutlines) void
TextDrawObject.setHorizontalAlign
(TextDrawHorizontal horz)