Uses of Enum Class
net.minecraft.data.DataGenerator.OutputType
Packages that use DataGenerator.OutputType
-
Uses of DataGenerator.OutputType in net.minecraft.data
Methods in net.minecraft.data that return DataGenerator.OutputTypeModifier and TypeMethodDescriptionstatic DataGenerator.OutputTypeReturns the enum constant of this class with the specified name.static DataGenerator.OutputType[]DataGenerator.OutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.data with parameters of type DataGenerator.OutputTypeModifier and TypeMethodDescriptionDataGenerator.createPathResolver(DataGenerator.OutputType outputType, String directoryName) DataGenerator.resolveRootDirectoryPath(DataGenerator.OutputType outputType) Constructors in net.minecraft.data with parameters of type DataGenerator.OutputTypeModifierConstructorDescription(package private)PathResolver(DataGenerator dataGenerator, DataGenerator.OutputType outputType, String directoryName)