Class GuiStyleProperty<T>
java.lang.Object
com.render.api.gui.style.GuiStyleProperty<T>
- Type Parameters:
T- resolved property type
Metadata and validation for one typed modern style property.
-
Method Summary
Modifier and TypeMethodDescriptioncopyForAnimation(T value) Returns a detached value suitable for an animation snapshot.booleanReturns whether the property normally inherits.Returns a detached initial value.Returns the animation interpolation category.Returns the immutable invalidation categories.name()Returns the stable Java property name.toString()Returns the runtime value type.
-
Method Details
-
name
-
valueType
-
initialValue
-
inheritable
public boolean inheritable()Returns whether the property normally inherits.- Returns:
- inheritance flag
-
interpolation
Returns the animation interpolation category.- Returns:
- interpolation category
-
invalidation
Returns the immutable invalidation categories.- Returns:
- invalidation categories
-
copyForAnimation
-
toString
-