Class EntityOutlineStyle
java.lang.Object
com.render.api.EntityOutlineStyle
Fluent style descriptor for entity outlines.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolor()Returns the outline color in ARGB format.color(int argb) Deprecated.color(RenderColor color) Sets the outline color in ARGB format.booleanvisible()Returns whether the outline is enabled.visible(boolean visible) Sets whether the outline should be rendered.
-
Constructor Details
-
EntityOutlineStyle
public EntityOutlineStyle()
-
-
Method Details
-
color
Sets the outline color in ARGB format.- Parameters:
color- outline color- Returns:
- this style
-
color
Deprecated.Usecolor(RenderColor). -
visible
Sets whether the outline should be rendered.- Parameters:
visible-trueto render the outline- Returns:
- this style
-
color
-
visible
public boolean visible()Returns whether the outline is enabled.- Returns:
truewhen the outline should render
-
color(RenderColor).