Record Class GeneratorTemplatesList
java.lang.Object
java.lang.Record
net.mcreator.generator.GeneratorTemplatesList
- Record Components:
groupName- The name of this group of templates shown in workspace panel.listData- The collection used by workspace to generate given templates.templates- The list of templates to be generated for eachlistDataitem.
-
Constructor Summary
ConstructorsConstructorDescriptionGeneratorTemplatesList(String groupName, List<?> listData, List<List<ListTemplate>> templates) Creates an instance of aGeneratorTemplatesListrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.Returns the value of thegroupNamerecord component.final inthashCode()Returns a hash code value for this object.List<?> listData()Returns the value of thelistDatarecord component.Returns the value of thetemplatesrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
GeneratorTemplatesList
public GeneratorTemplatesList(String groupName, List<?> listData, List<List<ListTemplate>> templates) Creates an instance of aGeneratorTemplatesListrecord class.
-
-
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. All components in this record class are compared withObjects::equals(Object,Object). -
groupName
-
listData
-
templates
-