Package net.minecraft.loot.function
Class SetLoreLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetLoreLootFunction
- All Implemented Interfaces:
- BiFunction<ItemStack,,- LootContext, - ItemStack> - LootContextAware,- LootFunction
- Mappings:
- Namespace - Name - official - ebl- intermediary - net/minecraft/class_3671- named - net/minecraft/loot/function/SetLoreLootFunction
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classstatic class
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final LootContext.EntityTarget(package private) final booleanFields inherited from class net.minecraft.loot.function.ConditionalLootFunctionconditions
- 
Constructor SummaryConstructorsConstructorDescriptionSetLoreLootFunction(LootCondition[] conditions, boolean replace, List<Text> lore, LootContext.EntityTarget entity) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic SetLoreLootFunction.Builderbuilder()getLoreForMerge(ItemStack stack, boolean otherLoreExists) getType()process(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunctionapply, builder, validateMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunctionandThen
- 
Field Details- 
replacefinal boolean replace- Mappings:
- Namespace - Name - Mixin selector - official - a- Lebl;a:Z- intermediary - field_16232- Lnet/minecraft/class_3671;field_16232:Z- named - replace- Lnet/minecraft/loot/function/SetLoreLootFunction;replace:Z
 
- 
lore- Mappings:
- Namespace - Name - Mixin selector - official - b- Lebl;b:Ljava/util/List;- intermediary - field_16231- Lnet/minecraft/class_3671;field_16231:Ljava/util/List;- named - lore- Lnet/minecraft/loot/function/SetLoreLootFunction;lore:Ljava/util/List;
 
- 
entity- Mappings:
- Namespace - Name - Mixin selector - official - c- Lebl;c:Ldzk$b;- intermediary - field_16233- Lnet/minecraft/class_3671;field_16233:Lnet/minecraft/class_47$class_50;- named - entity- Lnet/minecraft/loot/function/SetLoreLootFunction;entity:Lnet/minecraft/loot/context/LootContext$EntityTarget;
 
 
- 
- 
Constructor Details- 
SetLoreLootFunctionpublic SetLoreLootFunction(LootCondition[] conditions, boolean replace, List<Text> lore, @Nullable LootContext.EntityTarget entity) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Lebl;<init>([Leck;ZLjava/util/List;Ldzk$b;)V- intermediary - <init>- Lnet/minecraft/class_3671;<init>([Lnet/minecraft/class_5341;ZLjava/util/List;Lnet/minecraft/class_47$class_50;)V- named - <init>- Lnet/minecraft/loot/function/SetLoreLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;ZLjava/util/List;Lnet/minecraft/loot/context/LootContext$EntityTarget;)V
 
 
- 
- 
Method Details- 
getType- Mappings:
- Namespace - Name - Mixin selector - official - b- Leaz;b()Leba;- intermediary - method_29321- Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;- named - getType- Lnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
 
- 
getRequiredParameters- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzl;a()Ljava/util/Set;- intermediary - method_293- Lnet/minecraft/class_46;method_293()Ljava/util/Set;- named - getRequiredParameters- Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
 
- 
process- Specified by:
- processin class- ConditionalLootFunction
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leay;a(Lcfz;Ldzk;)Lcfz;- intermediary - method_522- Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;- named - process- Lnet/minecraft/loot/function/ConditionalLootFunction;process(Lnet/minecraft/item/ItemStack;Lnet/minecraft/loot/context/LootContext;)Lnet/minecraft/item/ItemStack;
 
- 
getLoreForMerge- Mappings:
- Namespace - Name - Mixin selector - official - a- Lebl;a(Lcfz;Z)Lqx;- intermediary - method_15964- Lnet/minecraft/class_3671;method_15964(Lnet/minecraft/class_1799;Z)Lnet/minecraft/class_2499;- named - getLoreForMerge- Lnet/minecraft/loot/function/SetLoreLootFunction;getLoreForMerge(Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/nbt/NbtList;
 
- 
builder- Mappings:
- Namespace - Name - Mixin selector - official - c- Lebl;c()Lebl$a;- intermediary - method_35544- Lnet/minecraft/class_3671;method_35544()Lnet/minecraft/class_3671$class_6159;- named - builder- Lnet/minecraft/loot/function/SetLoreLootFunction;builder()Lnet/minecraft/loot/function/SetLoreLootFunction$Builder;
 
 
-