HyCodeYourTale
classpublicPriority 1

HudManager

com.hypixel.hytale.server.core.entity.entities.player.hud.HudManager

12

Methods

12

Public Methods

1

Fields

2

Constructors

Constants

Set<HudComponent>DEFAULT_HUD_COMPONENTS= Set.of( HudComponent.UtilitySlotSelector, HudComponent.BlockVariantSelector, Hu...

Constructors

public
HudManager()
public
HudManager(HudManager other)

Methods

Public Methods (12)

public
CustomUIHud getCustomHud()
@Nullable
public
Set<HudComponent> getVisibleHudComponents()
@Nonnull
public
void hideHudComponents(PlayerRef ref, HudComponent[] hudComponents)
public
void resetHud(PlayerRef ref)
public
void resetUserInterface(PlayerRef ref)
public
void sendVisibleHudComponents(PacketHandler packetHandler)
public
void setCustomHud(PlayerRef ref, CustomUIHud hud)
public
void setVisibleHudComponents(PlayerRef ref, HudComponent[] hudComponents)
public
void setVisibleHudComponents(PlayerRef ref, Set<HudComponent> hudComponents)
public
void showHudComponents(PlayerRef ref, HudComponent[] hudComponents)
public
void showHudComponents(PlayerRef ref, Set<HudComponent> hudComponents)
public
String toString()
@Nonnull@Override

Fields

Private/Package Fields (1)

privateCustomUIHud customHud

Related Classes