Package net.minecraft.data
Class BiomeProvider
java.lang.Object
net.minecraft.data.BiomeProvider
- All Implemented Interfaces:
IDataProvider
-
Field Summary
Modifier and TypeFieldDescriptionprivate final DataGenerator
private static final com.google.gson.Gson
private static final org.apache.logging.log4j.Logger
Fields inherited from interface net.minecraft.data.IDataProvider
SHA1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static Path
createPath
(Path p_244199_0_, ResourceLocation p_244199_1_) getName()
void
run
(DirectoryCache p_200398_1_)
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
GSON
private static final com.google.gson.Gson GSON -
generator
-
-
Constructor Details
-
BiomeProvider
-
-
Method Details
-
run
- Specified by:
run
in interfaceIDataProvider
-
createPath
-
getName
- Specified by:
getName
in interfaceIDataProvider
-