Uses of Class
net.risingworld.api.ui.style.Style
Packages that use Style
-
Uses of Style in net.risingworld.api
Methods in net.risingworld.api with parameters of type StyleModifier and TypeMethodDescriptionstatic voidInternals.overwriteInnerUIStyle(Player player, UIElement element, String innerPath, Style style) Overwrites the style of a nested element of a UI element.static voidInternals.overwriteUIStyle(Player player, String path, Style style) Overwrites the style of any UI element on the screen (this also applies to built-in UI elements of the game) -
Uses of Style in net.risingworld.api.ui
Fields in net.risingworld.api.ui declared as StyleModifier and TypeFieldDescriptionfinal StyleUIElement.hoverStyleThe hover style of this element.final StyleUIElement.styleThe style of this element. -
Uses of Style in net.risingworld.api.ui.style
Methods in net.risingworld.api.ui.style with parameters of type StyleModifier and TypeMethodDescriptionvoidCopies all style properties from another style to this styleConstructors in net.risingworld.api.ui.style with parameters of type Style