Uses of Interface
net.minecraft.world.level.storage.loot.functions.LootItemFunction.Builder
Packages that use LootItemFunction.Builder
Package
Description
-
Uses of LootItemFunction.Builder in net.minecraft.world.item.trading
Methods in net.minecraft.world.item.trading that return LootItemFunction.BuilderModifier and TypeMethodDescriptionprivate static LootItemFunction.BuilderVillagerTrades.addRandomDye()Methods in net.minecraft.world.item.trading with parameters of type LootItemFunction.BuilderModifier and TypeMethodDescriptionVillagerTrade.Builder.addModifier(LootItemFunction.Builder function) static List<Holder<LootItemFunction>> VillagerTrades.discardItemIfItsNot(LootItemFunction.Builder function, ItemPredicate.Builder preserveCondition) -
Uses of LootItemFunction.Builder in net.minecraft.world.level.storage.loot.functions
Classes in net.minecraft.world.level.storage.loot.functions that implement LootItemFunction.BuilderModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classprivate static final classstatic classstatic classstatic classstatic classstatic classstatic classMethods in net.minecraft.world.level.storage.loot.functions with parameters of type LootItemFunction.BuilderModifier and TypeMethodDescriptiondefault TFunctionUserBuilder.apply(LootItemFunction.Builder builder) Method parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type LootItemFunction.BuilderModifier and TypeMethodDescriptiondefault <E> TFunctionUserBuilder.apply(E[] collection, Function<E, LootItemFunction.Builder> functionProvider) default <E> TFunctionUserBuilder.apply(Iterable<E> collection, Function<E, LootItemFunction.Builder> functionProvider)