Class HudManager
java.lang.Object
com.hypixel.hytale.server.core.entity.entities.player.hud.HudManager
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate CustomUIHudprivate static final Set<HudComponent> private final Set<HudComponent> private final Set<HudComponent> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhideHudComponents(PlayerRef ref, HudComponent... hudComponents) voidvoidvoidsendVisibleHudComponents(PacketHandler packetHandler) voidsetCustomHud(PlayerRef ref, CustomUIHud hud) voidsetVisibleHudComponents(PlayerRef ref, HudComponent... hudComponents) voidsetVisibleHudComponents(PlayerRef ref, Set<HudComponent> hudComponents) voidshowHudComponents(PlayerRef ref, HudComponent... hudComponents) voidshowHudComponents(PlayerRef ref, Set<HudComponent> hudComponents) toString()
-
Field Details
-
DEFAULT_HUD_COMPONENTS
-
visibleHudComponents
-
unmodifiableVisibleHudComponents
-
customHud
-
-
Constructor Details
-
HudManager
public HudManager() -
HudManager
-
-
Method Details
-
getCustomHud
-
getVisibleHudComponents
-
setVisibleHudComponents
-
setVisibleHudComponents
public void setVisibleHudComponents(@Nonnull PlayerRef ref, @Nonnull Set<HudComponent> hudComponents) -
showHudComponents
-
showHudComponents
-
hideHudComponents
-
setCustomHud
-
resetHud
-
resetUserInterface
-
sendVisibleHudComponents
-
toString
-