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.level.storage.loot
Methods in net.minecraft.world.level.storage.loot with parameters of type LootItemFunction.BuilderModifier and TypeMethodDescriptionLootPool.Builder.apply
(LootItemFunction.Builder pFunctionBuilder) LootTable.Builder.apply
(LootItemFunction.Builder pFunctionBuilder) -
Uses of LootItemFunction.Builder in net.minecraft.world.level.storage.loot.entries
Methods in net.minecraft.world.level.storage.loot.entries with parameters of type LootItemFunction.BuilderModifier and TypeMethodDescriptionLootPoolSingletonContainer.Builder.apply
(LootItemFunction.Builder pFunctionBuilder) -
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 class
static class
static class
static class
static class
static class
static class
static class
(package private) static final class
static class
static class
static class
static class
static class
static class
Methods in net.minecraft.world.level.storage.loot.functions with parameters of type LootItemFunction.BuilderModifier and TypeMethodDescriptionFunctionUserBuilder.apply
(LootItemFunction.Builder pFunctionBuilder) Method parameters in net.minecraft.world.level.storage.loot.functions with type arguments of type LootItemFunction.BuilderModifier and TypeMethodDescriptiondefault <E> T
FunctionUserBuilder.apply
(E[] pBuilderSources, Function<E, LootItemFunction.Builder> pToBuilderFunction) default <E> T
FunctionUserBuilder.apply
(Iterable<E> pBuilderSources, Function<E, LootItemFunction.Builder> pToBuilderFunction)