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 void
Internals.overwriteInnerUIStyle
(Player player, UIElement element, String innerPath, Style style) Overwrites the style of a nested element of a UI element.static void
Internals.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 Style
UIElement.hoverStyle
The hover style of this element.final Style
UIElement.style
The 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 TypeMethodDescriptionvoid
Copies all style properties from another style to this styleConstructors in net.risingworld.api.ui.style with parameters of type Style