Class TextHud
java.lang.Object
meteordevelopment.meteorclient.systems.hud.HudElement
meteordevelopment.meteorclient.systems.hud.elements.TextHud
- All Implemented Interfaces:
ISerializable<HudElement>,Snapper.Element
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class meteordevelopment.meteorclient.systems.hud.HudElement
autoAnchors, box, info, settings, x, y -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorgetSectionColor(int i) voidvoidrender(HudRenderer renderer) voidsetSize(double width, double height) voidtick(HudRenderer renderer) Methods inherited from class meteordevelopment.meteorclient.systems.hud.HudElement
alignX, fromTag, getHeight, getWidth, getX, getY, isActive, isInEditor, move, remove, setPos, toggle, toTag, updatePosMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface meteordevelopment.meteorclient.utils.other.Snapper.Element
getX2, getY2
-
Field Details
-
text
-
updateDelay
-
shadow
-
border
-
shown
-
condition
-
customScale
-
scale
-
background
-
backgroundColor
-
-
Constructor Details
-
TextHud
-
-
Method Details
-
setSize
public void setSize(double width, double height) - Overrides:
setSizein classHudElement
-
tick
- Overrides:
tickin classHudElement
-
render
- Overrides:
renderin classHudElement
-
onFontChanged
public void onFontChanged()- Overrides:
onFontChangedin classHudElement
-
getSectionColor
-