Package net.minecraft.data
Class RegistryDumpReport
java.lang.Object
net.minecraft.data.RegistryDumpReport
- All Implemented Interfaces:
IDataProvider
-
Field Summary
Modifier and TypeFieldDescriptionprivate final DataGenerator
private static final com.google.gson.Gson
Fields inherited from interface net.minecraft.data.IDataProvider
SHA1
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> com.google.gson.JsonElement
dumpRegistry
(Registry<T> p_239828_0_) getName()
void
run
(DirectoryCache p_200398_1_)
-
Field Details
-
GSON
private static final com.google.gson.Gson GSON -
generator
-
-
Constructor Details
-
RegistryDumpReport
-
-
Method Details
-
run
- Specified by:
run
in interfaceIDataProvider
- Throws:
IOException
-
dumpRegistry
-
getName
- Specified by:
getName
in interfaceIDataProvider
-