Call DataFixer on WorldData

This commit is contained in:
Frank 2021-08-05 18:43:44 +02:00
parent 2ae840634a
commit 589151af81
4 changed files with 41 additions and 7 deletions

View file

@ -2,5 +2,5 @@ package ru.bclib.api.datafixer;
@FunctionalInterface
public interface PatchFunction<T, R> {
R apply(T t) throws PatchDidiFailException;
R apply(T t, MigrationProfile profile) throws PatchDidiFailException;
}