Package net.minecraft.data
Class DataGenerator
java.lang.Object
net.minecraft.data.DataGenerator
public class DataGenerator extends Object
-
Field Summary
Fields Modifier and Type Field Description private Collection<Path>
inputs
private static Logger
LOGGER
private Path
output
private List<DataProvider>
providers
-
Constructor Summary
Constructors Constructor Description DataGenerator(Path output, Collection<Path> collection)
-
Method Summary
Modifier and Type Method Description Collection<Path>
getInputs()
Path
getOutput()
void
install(DataProvider dataProvider)
void
run()
-
Field Details
-
LOGGER
-
inputs
-
output
-
providers
-
-
Constructor Details
-
DataGenerator
-
-
Method Details
-
getInputs
-
getOutput
-
run
- Throws:
IOException
-
install
-