Call DataFixer on WorldData
This commit is contained in:
parent
2ae840634a
commit
589151af81
4 changed files with 41 additions and 7 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue