Skip to content

Allow specifying a merge strategy #2

@haykam821

Description

@haykam821

It would be useful for API consumers to be able to specify the merge strategy used when two map templates are merged. For example, if an API consumer wanted structure voids to take effect:

MapTemplate.merged(first, second, (a, b) -> {
	if (b.isOf(Blocks.STRUCTURE_VOID)) return a;
	return b;
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions