Package net.mcreator.generator.mapping
package net.mcreator.generator.mapping
-
ClassesClassDescriptionIn some cases, one may need to pass a string where a MappableElement is expected.Used to make sure that the element is unique after mapping by overriding
UniquelyMappedElement.hashCode()andUniquelyMappedElement.equals(Object)methods that compare the mapped values instead of the unmapped ones as done by the default implementation of MappableElement.