Package net.minecraft.loot.entry
Class LeafEntry.Builder<T extends LeafEntry.Builder<T>>
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry.Builder<T>
net.minecraft.loot.entry.LeafEntry.Builder<T>
- All Implemented Interfaces:
- LootConditionConsumingBuilder<T>,- LootFunctionConsumingBuilder<T>
- Direct Known Subclasses:
- LeafEntry.BasicBuilder
- Enclosing class:
- LeafEntry
public abstract static class LeafEntry.Builder<T extends LeafEntry.Builder<T>>
extends LootPoolEntry.Builder<T>
implements LootFunctionConsumingBuilder<T>
- Mappings:
- Namespace - Name - named - net/minecraft/loot/entry/LeafEntry$Builder- intermediary - net/minecraft/class_85$class_86- official - ewk$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final ImmutableList.Builder<LootFunction> protected intprotected int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(LootFunction.Builder builder) protected List<LootFunction> quality(int quality) weight(int weight) Methods inherited from class net.minecraft.loot.entry.LootPoolEntry.Builderalternatively, build, conditionally, getConditions, getThisBuilder, getThisConditionConsumingBuilder, groupEntry, sequenceEntryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.condition.LootConditionConsumingBuilderconditionallyMethods inherited from interface net.minecraft.loot.function.LootFunctionConsumingBuilderapply, apply, getThisFunctionConsumingBuilder
- 
Field Details- 
weightprotected int weight- Mappings:
- Namespace - Name - Mixin selector - named - weight- Lnet/minecraft/loot/entry/LeafEntry$Builder;weight:I- intermediary - field_1001- Lnet/minecraft/class_85$class_86;field_1001:I- official - a- Lewk$a;a:I
 
- 
qualityprotected int quality- Mappings:
- Namespace - Name - Mixin selector - named - quality- Lnet/minecraft/loot/entry/LeafEntry$Builder;quality:I- intermediary - field_1000- Lnet/minecraft/class_85$class_86;field_1000:I- official - b- Lewk$a;b:I
 
- 
functions- Mappings:
- Namespace - Name - Mixin selector - named - functions- Lnet/minecraft/loot/entry/LeafEntry$Builder;functions:Lcom/google/common/collect/ImmutableList$Builder;- intermediary - field_999- Lnet/minecraft/class_85$class_86;field_999:Lcom/google/common/collect/ImmutableList$Builder;- official - c- Lewk$a;c:Lcom/google/common/collect/ImmutableList$Builder;
 
 
- 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- LootFunctionConsumingBuilder<T extends LeafEntry.Builder<T>>
- Mappings:
- Namespace - Name - Mixin selector - named - apply- Lnet/minecraft/loot/entry/LeafEntry$Builder;apply(Lnet/minecraft/loot/function/LootFunction$Builder;)Lnet/minecraft/loot/entry/LeafEntry$Builder;- intermediary - method_438- Lnet/minecraft/class_85$class_86;method_438(Lnet/minecraft/class_117$class_118;)Lnet/minecraft/class_85$class_86;- official - a- Lewk$a;a(Lexg$a;)Lewk$a;
 
- 
getFunctions- Mappings:
- Namespace - Name - Mixin selector - named - getFunctions- Lnet/minecraft/loot/entry/LeafEntry$Builder;getFunctions()Ljava/util/List;- intermediary - method_439- Lnet/minecraft/class_85$class_86;method_439()Ljava/util/List;- official - a- Lewk$a;a()Ljava/util/List;
 
- 
weight- Mappings:
- Namespace - Name - Mixin selector - named - weight- Lnet/minecraft/loot/entry/LeafEntry$Builder;weight(I)Lnet/minecraft/loot/entry/LeafEntry$Builder;- intermediary - method_437- Lnet/minecraft/class_85$class_86;method_437(I)Lnet/minecraft/class_85$class_86;- official - a- Lewk$a;a(I)Lewk$a;
 
- 
quality- Mappings:
- Namespace - Name - Mixin selector - named - quality- Lnet/minecraft/loot/entry/LeafEntry$Builder;quality(I)Lnet/minecraft/loot/entry/LeafEntry$Builder;- intermediary - method_436- Lnet/minecraft/class_85$class_86;method_436(I)Lnet/minecraft/class_85$class_86;- official - b- Lewk$a;b(I)Lewk$a;
 
 
-