Uses of Interface
net.minecraft.loot.function.LootFunction.Builder
Packages that use LootFunction.Builder
-
Uses of LootFunction.Builder in net.minecraft.loot
Methods in net.minecraft.loot with parameters of type LootFunction.BuilderModifier and TypeMethodDescriptionLootPool.Builder.apply
(LootFunction.Builder builder) LootTable.Builder.apply
(LootFunction.Builder builder) -
Uses of LootFunction.Builder in net.minecraft.loot.entry
Methods in net.minecraft.loot.entry with parameters of type LootFunction.Builder -
Uses of LootFunction.Builder in net.minecraft.loot.function
Classes in net.minecraft.loot.function that implement LootFunction.BuilderModifier and TypeClassDescriptionstatic class
private static final class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
static class
Methods in net.minecraft.loot.function with parameters of type LootFunction.BuilderModifier and TypeMethodDescriptionLootFunctionConsumingBuilder.apply
(LootFunction.Builder function) Method parameters in net.minecraft.loot.function with type arguments of type LootFunction.BuilderModifier and TypeMethodDescriptiondefault <E> T
LootFunctionConsumingBuilder.apply
(E[] functions, Function<E, LootFunction.Builder> toBuilderFunction) default <E> T
LootFunctionConsumingBuilder.apply
(Iterable<E> functions, Function<E, LootFunction.Builder> toBuilderFunction)