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 official dtw$a
intermediary net/minecraft/class_5642$class_6158
named net/minecraft/loot/function/SetEnchantmentsLootFunction$Builder
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private final Map<Enchantment,
LootNumberProvider> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
enchantment
(Enchantment enchantment, LootNumberProvider level) protected SetEnchantmentsLootFunction.Builder
Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction.Builder
conditionally, getConditions, getThisConditionConsumingBuilder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.loot.condition.LootConditionConsumingBuilder
conditionally
-
Field Details
-
enchantments
- Mappings:
Namespace Name Mixin selector official a
Ldtw$a;a:Ljava/util/Map;
intermediary field_31864
Lnet/minecraft/class_5642$class_6158;field_31864:Ljava/util/Map;
named enchantments
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;enchantments:Ljava/util/Map;
-
add
private final boolean add- Mappings:
Namespace Name Mixin selector official b
Ldtw$a;b:Z
intermediary field_31865
Lnet/minecraft/class_5642$class_6158;field_31865:Z
named add
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;add:Z
-
-
Constructor Details
-
Builder
public Builder() -
Builder
public Builder(boolean add) - Mappings:
Namespace Name Mixin selector official <init>
Ldtw$a;<init>(Z)V
intermediary <init>
Lnet/minecraft/class_5642$class_6158;<init>(Z)V
named <init>
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;<init>(Z)V
-
-
Method Details
-
getThisBuilder
- Specified by:
getThisBuilder
in classConditionalLootFunction.Builder<SetEnchantmentsLootFunction.Builder>
- Mappings:
Namespace Name Mixin selector official a
Ldtw$a;a()Ldtw$a;
intermediary method_35538
Lnet/minecraft/class_5642$class_6158;method_35538()Lnet/minecraft/class_5642$class_6158;
named getThisBuilder
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;getThisBuilder()Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;
-
enchantment
public SetEnchantmentsLootFunction.Builder enchantment(Enchantment enchantment, LootNumberProvider level) - Mappings:
Namespace Name Mixin selector official a
Ldtw$a;a(Lcer;Ldvs;)Ldtw$a;
intermediary method_35539
Lnet/minecraft/class_5642$class_6158;method_35539(Lnet/minecraft/class_1887;Lnet/minecraft/class_5658;)Lnet/minecraft/class_5642$class_6158;
named enchantment
Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;enchantment(Lnet/minecraft/enchantment/Enchantment;Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/SetEnchantmentsLootFunction$Builder;
-
build
- Mappings:
Namespace Name Mixin selector official b
Ldto$a;b()Ldto;
intermediary method_515
Lnet/minecraft/class_117$class_118;method_515()Lnet/minecraft/class_117;
named build
Lnet/minecraft/loot/function/LootFunction$Builder;build()Lnet/minecraft/loot/function/LootFunction;
-