Class Hud
- All Implemented Interfaces:
Iterable<HudElement>,ISerializable<Hud>
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanstatic final HudGroupfinal Map<String, HudElementInfo<?>> final Setting<List<SettingColor>> Fields inherited from class meteordevelopment.meteorclient.systems.System
isFirstInit -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(HudElementInfo.Preset preset, int x, int y, XAnchor xAnchor, YAnchor yAnchor) voidadd(HudElementInfo<?>.Preset preset, int x, int y) voidadd(HudElementInfo<?> info, int x, int y) voidadd(HudElementInfo<?> info, int x, int y, XAnchor xAnchor, YAnchor yAnchor) voidclear()fromTag(net.minecraft.nbt.NbtCompound tag) static Hudget()doublebooleanvoidinit()@NotNull Iterator<HudElement> iterator()voidregister(HudElementInfo<?> info) voidnet.minecraft.nbt.NbtCompoundtoTag()Methods inherited from class meteordevelopment.meteorclient.systems.System
getFile, getName, load, load, save, saveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
GROUP
-
active
public boolean active -
settings
-
infos
-
textColors
-
border
-
snappingRange
-
-
Constructor Details
-
Hud
public Hud()
-
-
Method Details
-
get
-
init
public void init() -
register
-
add
-
add
-
add
-
add
-
clear
public void clear() -
resetToDefaultElements
public void resetToDefaultElements() -
hasCustomFont
public boolean hasCustomFont() -
getTextScale
public double getTextScale() -
iterator
- Specified by:
iteratorin interfaceIterable<HudElement>
-
toTag
public net.minecraft.nbt.NbtCompound toTag() -
fromTag
-