Uses of Enum Class
fr.hytale.loader.api.ui.InteractiveUI.UILifetime
Packages that use InteractiveUI.UILifetime
-
Uses of InteractiveUI.UILifetime in fr.hytale.loader.api.ui
Subclasses with type arguments of type InteractiveUI.UILifetime in fr.hytale.loader.api.uiMethods in fr.hytale.loader.api.ui that return InteractiveUI.UILifetimeModifier and TypeMethodDescriptionInteractiveUI.getLifetime()Gets the UI lifetime.static InteractiveUI.UILifetimeReturns the enum constant of this class with the specified name.static InteractiveUI.UILifetime[]InteractiveUI.UILifetime.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in fr.hytale.loader.api.ui with parameters of type InteractiveUI.UILifetimeModifierConstructorDescriptionInteractiveUI(String uiFilePath, InteractiveUI.UILifetime lifetime) Creates a new interactive UI.