net.minecraft.world.level.storage.loot.functions

public class SetLoreFunction

extends LootItemConditionalFunction

All mapped superinterfaces:

LootItemFunction, LootContextUser

eyx
net.minecraft.world.level.storage.loot.functions.SetLoreFunction
net.minecraft.class_3671
net.minecraft.loot.function.SetLoreLootFunction
net.minecraft.world.level.storage.loot.functions.LootItemFunctionSetLore

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<SetLoreFunction>
a
CODEC
field_45847
CODEC
private final List<Component>
b
lore
field_16231
lore
private final ListOperation
c
mode
field_50024
operation
private final Optional<LootContext$EntityTarget>
d
resolutionContext
field_16233
entity

Constructor summary

ModifierConstructor
public (List<LootItemCondition> conditions, List<Component> lore, ListOperation operation, Optional<LootContext$EntityTarget> entity)

Method summary

Modifier and TypeMethod
public LootItemFunctionType<SetLoreFunction>
b()
getType()
method_29321()
getType()
public Set<ContextKey<?>>
a()
getReferencedContextParams()
method_293()
getAllowedParameters()
public ItemStack
a(cxp arg0, ewp arg1)
run(ItemStack arg0, LootContext arg1)
method_522(class_1799 arg0, class_47 arg1)
process(ItemStack arg0, LootContext arg1)
private List<Component>
a(dai arg0, ewp arg1)
updateLore(ItemLore arg0, LootContext arg1)
method_57658(class_9290 arg0, class_47 arg1)
getNewLoreTexts(LoreComponent current, LootContext context)
public static SetLoreFunction$Builder
c()
setLore()
method_35544()
builder()