Uses of Interface
net.minecraft.loot.function.LootFunctionConsumingBuilder
Packages that use LootFunctionConsumingBuilder
Package
Description
-
Uses of LootFunctionConsumingBuilder in net.minecraft.data.server.loottable
Methods 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.loot
Classes in net.minecraft.loot that implement LootFunctionConsumingBuilder -
Uses of LootFunctionConsumingBuilder in net.minecraft.loot.entry
Classes in net.minecraft.loot.entry that implement LootFunctionConsumingBuilderModifier and TypeClassDescriptionprivate static class
static class
LeafEntry.Builder<T extends LeafEntry.Builder<T>>
-
Uses of LootFunctionConsumingBuilder in net.minecraft.loot.function
Classes in net.minecraft.loot.function with type parameters of type LootFunctionConsumingBuilderModifier and TypeInterfaceDescriptioninterface
LootFunctionConsumingBuilder<T extends LootFunctionConsumingBuilder<T>>