Uses of Interface
net.minecraft.loot.function.LootFunctionConsumingBuilder
Packages that use LootFunctionConsumingBuilder
Package
Description
- 
Uses of LootFunctionConsumingBuilder in net.minecraft.data.server.loottableMethods in net.minecraft.data.server.loottable with type parameters of type LootFunctionConsumingBuilderModifier and TypeMethodDescriptionprotected <T extends LootFunctionConsumingBuilder<T>>
 TBlockLootTableGenerator.applyExplosionDecay(ItemConvertible drop, LootFunctionConsumingBuilder<T> builder) Methods in net.minecraft.data.server.loottable with parameters of type LootFunctionConsumingBuilderModifier and TypeMethodDescriptionprotected <T extends LootFunctionConsumingBuilder<T>>
 TBlockLootTableGenerator.applyExplosionDecay(ItemConvertible drop, LootFunctionConsumingBuilder<T> builder) 
- 
Uses of LootFunctionConsumingBuilder in net.minecraft.lootClasses in net.minecraft.loot that implement LootFunctionConsumingBuilder
- 
Uses of LootFunctionConsumingBuilder in net.minecraft.loot.entryClasses in net.minecraft.loot.entry that implement LootFunctionConsumingBuilderModifier and TypeClassDescriptionprivate static classstatic classLeafEntry.Builder<T extends LeafEntry.Builder<T>>
- 
Uses of LootFunctionConsumingBuilder in net.minecraft.loot.functionClasses in net.minecraft.loot.function with type parameters of type LootFunctionConsumingBuilderModifier and TypeInterfaceDescriptioninterfaceLootFunctionConsumingBuilder<T extends LootFunctionConsumingBuilder<T>>