Package net.minecraft.data.info
Class ItemListReport
java.lang.Object
net.minecraft.data.info.ItemListReport
- All Implemented Interfaces:
DataProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider>
-
Field Summary
Modifier and TypeFieldDescriptionprivate final PackOutput
private final CompletableFuture
<HolderLookup.Provider> Fields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER
-
Constructor Summary
ConstructorDescriptionItemListReport
(PackOutput p_333960_, CompletableFuture<HolderLookup.Provider> p_331732_) -
Method Summary
Modifier and TypeMethodDescriptionprivate static <T> com.google.gson.JsonElement
dumpComponent
(TypedDataComponent<T> p_330714_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_328487_) final String
getName()
run
(CachedOutput p_328088_)
-
Field Details
-
output
-
registries
-
-
Constructor Details
-
ItemListReport
-
-
Method Details
-
run
- Specified by:
run
in interfaceDataProvider
-
dumpComponent
private static <T> com.google.gson.JsonElement dumpComponent(TypedDataComponent<T> p_330714_, com.mojang.serialization.DynamicOps<com.google.gson.JsonElement> p_328487_) -
getName
- Specified by:
getName
in interfaceDataProvider
-