Class UniquelyMappedElement

java.lang.Object
net.mcreator.generator.mapping.MappableElement
net.mcreator.generator.mapping.UniquelyMappedElement
All Implemented Interfaces:
IWorkspaceDependent

public class UniquelyMappedElement extends MappableElement
Used to make sure that the element is unique after mapping by overriding hashCode() and equals(Object) methods that compare the mapped values instead of the unmapped ones as done by the default implementation of MappableElement.