Class BiomeReport
java.lang.Object
net.minecraft.data.worldgen.biome.BiomeReport
- All Implemented Interfaces:
DataProvider
-
Field Summary
Modifier and TypeFieldDescriptionprivate DataGenerator
private static com.google.gson.Gson
private static org.apache.logging.log4j.Logger
Fields inherited from interface net.minecraft.data.DataProvider
SHA1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static Path
createPath(Path p_127319_, ResourceLocation p_127320_)
getName()
void
-
Field Details
-
LOGGER
private static final org.apache.logging.log4j.Logger LOGGER -
GSON
private static final com.google.gson.Gson GSON -
generator
-
-
Constructor Details
-
BiomeReport
-
-
Method Details
-
run
- Specified by:
run
in interfaceDataProvider
-
createPath
-
getName
- Specified by:
getName
in interfaceDataProvider
-