Package net.minecraft.loot.function
Class SetEnchantmentsLootFunction.Builder
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction.Builder<SetEnchantmentsLootFunction.Builder>
net.minecraft.loot.function.SetEnchantmentsLootFunction.Builder
- All Implemented Interfaces:
- LootConditionConsumingBuilder<SetEnchantmentsLootFunction.Builder>,- LootFunction.Builder
- Enclosing class:
- SetEnchantmentsLootFunction
public static class SetEnchantmentsLootFunction.Builder
extends ConditionalLootFunction.Builder<SetEnchantmentsLootFunction.Builder>
- Mappings:
- Namespace - Name - named - net/minecraft/loot/function/SetEnchantmentsLootFunction$Builder- intermediary - net/minecraft/class_5642$class_6158- official - fcu$a
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final ImmutableMap.Builder<RegistryEntry<Enchantment>, LootNumberProvider> 
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()enchantment(RegistryEntry<Enchantment> enchantment, LootNumberProvider level) protected SetEnchantmentsLootFunction.BuilderMethods inherited from class net.minecraft.loot.function.ConditionalLootFunction.Builderconditionally, getConditions, getThisConditionConsumingBuilderMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.condition.LootConditionConsumingBuilderconditionally
- 
Field Details- 
enchantments- Mappings:
- Namespace - Name - Mixin selector - named - enchantments- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;enchantments:Lcom/google/common/collect/ImmutableMap$Builder;- intermediary - field_31864- Lnet/minecraft/class_5642$class_6158;field_31864:Lcom/google/common/collect/ImmutableMap$Builder;- official - a- Lfcu$a;a:Lcom/google/common/collect/ImmutableMap$Builder;
 
- 
addprivate final boolean add- Mappings:
- Namespace - Name - Mixin selector - named - add- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;add:Z- intermediary - field_31865- Lnet/minecraft/class_5642$class_6158;field_31865:Z- official - b- Lfcu$a;b:Z
 
 
- 
- 
Constructor Details- 
Builderpublic Builder()
- 
Builderpublic Builder(boolean add) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;<init>(Z)V- intermediary - <init>- Lnet/minecraft/class_5642$class_6158;<init>(Z)V- official - <init>- Lfcu$a;<init>(Z)V
 
 
- 
- 
Method Details- 
getThisBuilder- Specified by:
- getThisBuilderin class- ConditionalLootFunction.Builder<SetEnchantmentsLootFunction.Builder>
- Mappings:
- Namespace - Name - Mixin selector - named - getThisBuilder- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;getThisBuilder()Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;- intermediary - method_35538- Lnet/minecraft/class_5642$class_6158;method_35538()Lnet/minecraft/class_5642$class_6158;- official - a- Lfcu$a;a()Lfcu$a;
 
- 
enchantmentpublic SetEnchantmentsLootFunction.Builder enchantment(RegistryEntry<Enchantment> enchantment, LootNumberProvider level) - Mappings:
- Namespace - Name - Mixin selector - named - enchantment- Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;enchantment(Lnet/minecraft/registry/entry/RegistryEntry;Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;- intermediary - method_35539- Lnet/minecraft/class_5642$class_6158;method_35539(Lnet/minecraft/class_6880;Lnet/minecraft/class_5658;)Lnet/minecraft/class_5642$class_6158;- official - a- Lfcu$a;a(Ljg;Lfey;)Lfcu$a;
 
- 
build- Mappings:
- Namespace - Name - Mixin selector - named - build- Lnet/minecraft/loot/function/LootFunction$Builder;build()Lnet/minecraft/loot/function/LootFunction;- intermediary - method_515- Lnet/minecraft/class_117$class_118;method_515()Lnet/minecraft/class_117;- official - b- Lfch$a;b()Lfch;
 
 
-