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 eiwintermediary net/minecraft/class_3671named net/minecraft/loot/function/SetLoreLootFunction
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<SetLoreLootFunction>private final Optional<LootContext.EntityTarget>private final booleanFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions -
Constructor Summary
ConstructorsConstructorDescriptionSetLoreLootFunction(List<LootCondition> conditions, boolean replace, List<Text> lore, Optional<LootContext.EntityTarget> entity) -
Method Summary
Modifier and TypeMethodDescriptionstatic SetLoreLootFunction.Builderbuilder()getLoreForMerge(ItemStack stack, boolean otherLoreExists) getType()process(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
addConditionsField, apply, builder, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThen
-
Field Details
-
CODEC
- Mappings:
Namespace Name Mixin selector official aLeiw;a:Lcom/mojang/serialization/Codec;intermediary field_45847Lnet/minecraft/class_3671;field_45847:Lcom/mojang/serialization/Codec;named CODECLnet/minecraft/loot/function/SetLoreLootFunction;CODEC:Lcom/mojang/serialization/Codec;
-
replace
private final boolean replace- Mappings:
Namespace Name Mixin selector official bLeiw;b:Zintermediary field_16232Lnet/minecraft/class_3671;field_16232:Znamed replaceLnet/minecraft/loot/function/SetLoreLootFunction;replace:Z
-
lore
- Mappings:
Namespace Name Mixin selector official cLeiw;c:Ljava/util/List;intermediary field_16231Lnet/minecraft/class_3671;field_16231:Ljava/util/List;named loreLnet/minecraft/loot/function/SetLoreLootFunction;lore:Ljava/util/List;
-
entity
- Mappings:
Namespace Name Mixin selector official dLeiw;d:Ljava/util/Optional;intermediary field_16233Lnet/minecraft/class_3671;field_16233:Ljava/util/Optional;named entityLnet/minecraft/loot/function/SetLoreLootFunction;entity:Ljava/util/Optional;
-
-
Constructor Details
-
SetLoreLootFunction
public SetLoreLootFunction(List<LootCondition> conditions, boolean replace, List<Text> lore, Optional<LootContext.EntityTarget> entity) - Mappings:
Namespace Name Mixin selector official <init>Leiw;<init>(Ljava/util/List;ZLjava/util/List;Ljava/util/Optional;)Vintermediary <init>Lnet/minecraft/class_3671;<init>(Ljava/util/List;ZLjava/util/List;Ljava/util/Optional;)Vnamed <init>Lnet/minecraft/loot/function/SetLoreLootFunction;<init>(Ljava/util/List;ZLjava/util/List;Ljava/util/Optional;)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official bLeij;b()Leik;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
-
getRequiredParameters
- Mappings:
Namespace Name Mixin selector official aLegx;a()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
process
- Specified by:
processin classConditionalLootFunction- Mappings:
Namespace Name Mixin selector official aLeii;a(Lcmy;Legw;)Lcmy;intermediary method_522Lnet/minecraft/class_120;method_522(Lnet/minecraft/class_1799;Lnet/minecraft/class_47;)Lnet/minecraft/class_1799;named processLnet/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 aLeiw;a(Lcmy;Z)Lst;intermediary method_15964Lnet/minecraft/class_3671;method_15964(Lnet/minecraft/class_1799;Z)Lnet/minecraft/class_2499;named getLoreForMergeLnet/minecraft/loot/function/SetLoreLootFunction;getLoreForMerge(Lnet/minecraft/item/ItemStack;Z)Lnet/minecraft/nbt/NbtList;
-
builder
- Mappings:
Namespace Name Mixin selector official cLeiw;c()Leiw$a;intermediary method_35544Lnet/minecraft/class_3671;method_35544()Lnet/minecraft/class_3671$class_6159;named builderLnet/minecraft/loot/function/SetLoreLootFunction;builder()Lnet/minecraft/loot/function/SetLoreLootFunction$Builder;
-