Class MechanicVillagerChestLootProvider
java.lang.Object
net.minecraft.data.loot.ChestLoot
me.desht.pneumaticcraft.common.loot.MechanicVillagerChestLootProvider
- All Implemented Interfaces:
Consumer<BiConsumer<net.minecraft.resources.ResourceLocation,net.minecraft.world.level.storage.loot.LootTable.Builder>>
public class MechanicVillagerChestLootProvider
extends net.minecraft.data.loot.ChestLoot
Added to the Mechanic Villager house chest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(BiConsumer<net.minecraft.resources.ResourceLocation, net.minecraft.world.level.storage.loot.LootTable.Builder> consumer)
-
Constructor Details
-
MechanicVillagerChestLootProvider
public MechanicVillagerChestLootProvider()
-
-
Method Details
-
accept
public void accept(BiConsumer<net.minecraft.resources.ResourceLocation, net.minecraft.world.level.storage.loot.LootTable.Builder> consumer) - Specified by:
acceptin interfaceConsumer<BiConsumer<net.minecraft.resources.ResourceLocation,net.minecraft.world.level.storage.loot.LootTable.Builder>> - Overrides:
acceptin classnet.minecraft.data.loot.ChestLoot
-