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 - official - eah$a- intermediary - net/minecraft/class_85$class_86- named - net/minecraft/loot/entry/LeafEntry$Builder
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(LootFunction.Builder builder) protected 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 - official - a- Leah$a;a:I- intermediary - field_1001- Lnet/minecraft/class_85$class_86;field_1001:I- named - weight- Lnet/minecraft/loot/entry/LeafEntry$Builder;weight:I
 
- 
qualityprotected int quality- Mappings:
- Namespace - Name - Mixin selector - official - b- Leah$a;b:I- intermediary - field_1000- Lnet/minecraft/class_85$class_86;field_1000:I- named - quality- Lnet/minecraft/loot/entry/LeafEntry$Builder;quality:I
 
- 
functions- Mappings:
- Namespace - Name - Mixin selector - official - c- Leah$a;c:Ljava/util/List;- intermediary - field_999- Lnet/minecraft/class_85$class_86;field_999:Ljava/util/List;- named - functions- Lnet/minecraft/loot/entry/LeafEntry$Builder;functions:Ljava/util/List;
 
 
- 
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
apply- Specified by:
- applyin interface- LootFunctionConsumingBuilder<T extends LeafEntry.Builder<T>>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leah$a;a(Leaz$a;)Leah$a;- intermediary - method_438- Lnet/minecraft/class_85$class_86;method_438(Lnet/minecraft/class_117$class_118;)Lnet/minecraft/class_85$class_86;- named - apply- Lnet/minecraft/loot/entry/LeafEntry$Builder;apply(Lnet/minecraft/loot/function/LootFunction$Builder;)Lnet/minecraft/loot/entry/LeafEntry$Builder;
 
- 
getFunctions- Mappings:
- Namespace - Name - Mixin selector - official - a- Leah$a;a()[Leaz;- intermediary - method_439- Lnet/minecraft/class_85$class_86;method_439()[Lnet/minecraft/class_117;- named - getFunctions- Lnet/minecraft/loot/entry/LeafEntry$Builder;getFunctions()[Lnet/minecraft/loot/function/LootFunction;
 
- 
weight- Mappings:
- Namespace - Name - Mixin selector - official - a- Leah$a;a(I)Leah$a;- intermediary - method_437- Lnet/minecraft/class_85$class_86;method_437(I)Lnet/minecraft/class_85$class_86;- named - weight- Lnet/minecraft/loot/entry/LeafEntry$Builder;weight(I)Lnet/minecraft/loot/entry/LeafEntry$Builder;
 
- 
quality- Mappings:
- Namespace - Name - Mixin selector - official - b- Leah$a;b(I)Leah$a;- intermediary - method_436- Lnet/minecraft/class_85$class_86;method_436(I)Lnet/minecraft/class_85$class_86;- named - quality- Lnet/minecraft/loot/entry/LeafEntry$Builder;quality(I)Lnet/minecraft/loot/entry/LeafEntry$Builder;
 
 
-