Uses of Class
net.risingworld.api.assets.StyleSheetAsset
Packages that use StyleSheetAsset
-
Uses of StyleSheetAsset in net.risingworld.api
Methods in net.risingworld.api with parameters of type StyleSheetAssetModifier and TypeMethodDescriptionstatic voidInternals.addUIStyleSheet(Player player, String path, StyleSheetAsset styleSheet) Adds a StyleSheet (USS) to any UI element on the screen (including built-in UI elements of the game).static voidInternals.removeUIStyleSheet(Player player, String path, StyleSheetAsset styleSheet) Removes a StyleSheet (USS) from a UI element on the screen (including built-in UI elements of the game). -
Uses of StyleSheetAsset in net.risingworld.api.assets
Methods in net.risingworld.api.assets that return StyleSheetAssetModifier and TypeMethodDescriptionstatic StyleSheetAssetStyleSheetAsset.loadFromAssetBundle(AssetBundle bundle, String path) -
Uses of StyleSheetAsset in net.risingworld.api.ui
Methods in net.risingworld.api.ui with parameters of type StyleSheetAssetModifier and TypeMethodDescriptionvoidUIElement.addStyleSheet(StyleSheetAsset styleSheetAsset) Adds an optional style sheet asset (USS).voidUIElement.removeStyleSheet(StyleSheetAsset styleSheetAsset) Removes a StyleSheet (USS) from this UI element.