Uses of Class
fr.hytale.loader.api.ui.InteractiveUI
Packages that use InteractiveUI
-
Uses of InteractiveUI in fr.hytale.loader.api
Methods in fr.hytale.loader.api with parameters of type InteractiveUIModifier and TypeMethodDescriptionbooleanPlayer.openInteractiveUI(InteractiveUI interactiveUI) Opens an interactive UI with event handling for this player. -
Uses of InteractiveUI in fr.hytale.loader.api.ui
Methods in fr.hytale.loader.api.ui that return InteractiveUIModifier and TypeMethodDescriptionInteractiveUI.onButtonClick(String buttonId, BiConsumer<Player, InteractiveUI.SimpleEventData> handler) Registers a button click handler.