public class DataFixerBuilder extends Object
Constructor and Description |
---|
DataFixerBuilder(int dataVersion) |
Modifier and Type | Method and Description |
---|---|
void |
addFixer(DataFix fix) |
Schema |
addSchema(int version,
(Integer,Schema) -> Schema factory) |
Schema |
addSchema(int version,
int subVersion,
(Integer,Schema) -> Schema factory) |
void |
addSchema(Schema schema) |
DataFixer |
build(Executor executor) |