Record Class GuiFilterChain
java.lang.Object
java.lang.Record
com.render.api.gui.effects.GuiFilterChain
- Record Components:
filters- filters in authored execution order
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGuiFilterChain(List<GuiFilter> filters) Creates an instance of aGuiFilterChainrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.filters()Returns the value of thefiltersrecord component.final inthashCode()Returns a hash code value for this object.booleanisEmpty()static GuiFilterChainfinal StringtoString()Returns a string representation of this record class.
-
Field Details
-
NONE
-
-
Constructor Details
-
GuiFilterChain
-
-
Method Details
-
of
-
isEmpty
public boolean isEmpty() -
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. All components in this record class are compared withObjects::equals(Object,Object). -
filters
-