CustomUIHud

abstract class CustomUIHud

Class CustomUIHud. Provides customuihud functionality for the Hytale server.

java.lang.Object > CustomUIHud

Field Summary

commandBuilder

final UICommandBuilder commandBuilder

Field commandBuilder.

customHud

final CustomHud customHud

Field customHud.

Method Detail

CustomUIHud

public public CustomUIHud (@Nonnull final PlayerRef playerRef)

Method CustomUIHud.

Parameters:
@Nonnull final PlayerRef playerRef

show

public void show ()

Method show.

update

public void update (final boolean clear, @Nonnull final UICommandBuilder commandBuilder)

Method update.

Parameters:
final boolean clear
@Nonnull final UICommandBuilder commandBuilder

CustomHud

public new CustomHud (clear, commandBuilder.getCommands()

Method CustomHud.

Parameters:
clear clear
commandBuilder.getCommands( commandBuilder.getCommands(

getPlayerRef

public PlayerRef getPlayerRef ()

Method getPlayerRef.