Uses of Class
fr.hytale.loader.api.ui.InteractiveUI.SimpleEventData
Packages that use InteractiveUI.SimpleEventData
-
Uses of InteractiveUI.SimpleEventData in fr.hytale.loader.api.ui
Fields in fr.hytale.loader.api.ui with type parameters of type InteractiveUI.SimpleEventDataModifier and TypeFieldDescriptionstatic final com.hypixel.hytale.codec.builder.BuilderCodec<InteractiveUI.SimpleEventData> InteractiveUI.SimpleEventData.CODECCodec for the simple event data.Methods in fr.hytale.loader.api.ui that return types with arguments of type InteractiveUI.SimpleEventDataModifier and TypeMethodDescriptioncom.hypixel.hytale.server.core.entity.entities.player.pages.InteractiveCustomUIPage<InteractiveUI.SimpleEventData> InteractiveUI.createNativePage(com.hypixel.hytale.server.core.universe.PlayerRef playerRef, Player player) Creates the native interactive UI page.Method parameters in fr.hytale.loader.api.ui with type arguments of type InteractiveUI.SimpleEventDataModifier and TypeMethodDescriptionInteractiveUI.onButtonClick(String buttonId, BiConsumer<Player, InteractiveUI.SimpleEventData> handler) Registers a button click handler.