Record Class GuiGradient.Stop
java.lang.Object
java.lang.Record
com.render.api.gui.GuiGradient.Stop
- Record Components:
position- gradient progress positioncolor- stop color
- Enclosing class:
GuiGradient
A compatibility color stop. Positions are deliberately not clamped, so modern
gradients can place stops before zero or after one.
-
Constructor Summary
ConstructorsConstructorDescriptionStop(float position, RenderColor color) Creates an instance of aStoprecord class. -
Method Summary
Modifier and TypeMethodDescriptioncolor()Returns the value of thecolorrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.floatposition()Returns the value of thepositionrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
position
-
color
-