Class FabricBlockLootTablesProvider
java.lang.Object
net.minecraft.data.server.BlockLootTableGenerator
net.fabricmc.fabric.api.datagen.v1.provider.FabricBlockLootTableProvider
net.fabricmc.fabric.api.datagen.v1.provider.FabricBlockLootTablesProvider
- All Implemented Interfaces:
Consumer<BiConsumer<net.minecraft.util.Identifier,
,net.minecraft.loot.LootTable.Builder>> FabricLootTableProvider
,net.minecraft.data.DataProvider
@Deprecated
public abstract class FabricBlockLootTablesProvider
extends FabricBlockLootTableProvider
Deprecated.
-
Field Summary
Fields inherited from interface net.minecraft.data.DataProvider
SHA1
Fields inherited from interface net.fabricmc.fabric.api.datagen.v1.provider.FabricLootTableProvider
GSON
-
Constructor Summary
ModifierConstructorDescriptionprotected
FabricBlockLootTablesProvider
(FabricDataGenerator dataGenerator) Deprecated. -
Method Summary
Methods inherited from class net.fabricmc.fabric.api.datagen.v1.provider.FabricBlockLootTableProvider
accept, excludeFromStrictValidation, generateBlockLootTables, getFabricDataGenerator, getLootContextType, getName
Methods inherited from class net.minecraft.data.server.BlockLootTableGenerator
addDoorDrop, addDrop, addDrop, addDropWithSilkTouch, addDropWithSilkTouch, addPottedPlantDrop, dropsNothing
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.fabricmc.fabric.api.datagen.v1.provider.FabricLootTableProvider
run, withConditions
-
Field Details
-
dataGenerator
Deprecated.
-
-
Constructor Details
-
FabricBlockLootTablesProvider
Deprecated.
-
FabricBlockLootTableProvider
instead.