Class GuiComputedStyle.Builder
java.lang.Object
com.render.api.gui.style.GuiComputedStyle.Builder
- Enclosing class:
GuiComputedStyle
Mutable construction helper for style runtimes.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()matchedRule(GuiMatchedRule rule) put(GuiStyleProperty<T> property, T value, GuiPropertySource source, GuiMatchedRule matchedRule, String inheritedFromId)
-
Method Details
-
put
public <T> GuiComputedStyle.Builder put(GuiStyleProperty<T> property, T value, GuiPropertySource source, GuiMatchedRule matchedRule, String inheritedFromId) -
matchedRule
-
build
-