getNameGenerator method
Returns the name generator for this location type
Implementation
@override
Generator<String> getNameGenerator(Npc owner) => MultipleGenerator([
DescriptionLocationNameGenerator(),
OwnerBuildingNameGenerator(owner.name, _locationType),
]);