Uses of Enum Class
fr.hytale.loader.api.ui.CustomUI.CustomUILifetime
Packages that use CustomUI.CustomUILifetime
-
Uses of CustomUI.CustomUILifetime in fr.hytale.loader.api.ui
Subclasses with type arguments of type CustomUI.CustomUILifetime in fr.hytale.loader.api.uiMethods in fr.hytale.loader.api.ui that return CustomUI.CustomUILifetimeModifier and TypeMethodDescriptionCustomUI.getLifetime()Gets the UI lifetime.static CustomUI.CustomUILifetimeReturns the enum constant of this class with the specified name.static CustomUI.CustomUILifetime[]CustomUI.CustomUILifetime.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 CustomUI.CustomUILifetimeModifierConstructorDescriptionCustomUI(String uiFilePath, CustomUI.CustomUILifetime lifetime) Creates a new custom UI.