Package net.minecraft.loot.entry
Interface LeafEntry.Factory
- Enclosing class:
LeafEntry
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Mappings:
Namespace Name official edc$d
intermediary net/minecraft/class_85$class_89
named net/minecraft/loot/entry/LeafEntry$Factory
-
Method Summary
Modifier and TypeMethodDescriptionbuild
(int weight, int quality, List<LootCondition> list, List<LootFunction> list2)
-
Method Details
-
build
- Mappings:
Namespace Name Mixin selector official build
Ledc$d;build(IILjava/util/List;Ljava/util/List;)Ledc;
intermediary build
Lnet/minecraft/class_85$class_89;build(IILjava/util/List;Ljava/util/List;)Lnet/minecraft/class_85;
named build
Lnet/minecraft/loot/entry/LeafEntry$Factory;build(IILjava/util/List;Ljava/util/List;)Lnet/minecraft/loot/entry/LeafEntry;
-