Class GlobalLootModifiersTest.DataProvider
java.lang.Object
net.minecraftforge.common.data.GlobalLootModifierProvider
net.minecraftforge.debug.gameplay.loot.GlobalLootModifiersTest.DataProvider
- All Implemented Interfaces:
DataProvider
- Enclosing class:
- GlobalLootModifiersTest
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.data.DataProvider
DataProvider.Factory<T extends DataProvider> -
Field Summary
Fields inherited from interface net.minecraft.data.DataProvider
FIXED_ORDER_FIELDS, KEY_COMPARATOR, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidstart()CallGlobalLootModifierProvider.add(java.lang.String, T)here, which will pass in the necessary information to write the jsons.Methods inherited from class net.minecraftforge.common.data.GlobalLootModifierProvider
add, getName, replacing, run
-
Constructor Details
-
DataProvider
-
-
Method Details
-
start
protected void start()Description copied from class:GlobalLootModifierProviderCallGlobalLootModifierProvider.add(java.lang.String, T)here, which will pass in the necessary information to write the jsons.- Specified by:
startin classGlobalLootModifierProvider
-