Package net.minecraft.loot.function
Class SetNbtLootFunction
java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetNbtLootFunction
- All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>
,LootContextAware
,LootFunction
public class SetNbtLootFunction extends ConditionalLootFunction
- Mappings:
Namespace Name official dgg
intermediary net/minecraft/class_159
named net/minecraft/loot/function/SetNbtLootFunction
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SetNbtLootFunction.Serializer
Nested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>>, ConditionalLootFunction.Joiner
-
Field Summary
Fields Modifier and Type Field Description private CompoundTag
tag
Fields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions
-
Constructor Summary
Constructors Modifier Constructor Description private
SetNbtLootFunction(LootCondition[] conditions, CompoundTag tag)
-
Method Summary
Modifier and Type Method Description static ConditionalLootFunction.Builder<?>
builder(CompoundTag tag)
LootFunctionType
getType()
ItemStack
process(ItemStack stack, LootContext context)
Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
apply, builder, validate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiFunction
andThen
Methods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters
-
Field Details
-
tag
- Mappings:
Namespace Name Mixin selector official a
Ldgg;a:Lmq;
intermediary field_1138
Lnet/minecraft/class_159;field_1138:Lnet/minecraft/class_2487;
named tag
Lnet/minecraft/loot/function/SetNbtLootFunction;tag:Lnet/minecraft/nbt/CompoundTag;
-
-
Constructor Details
-
SetNbtLootFunction
- Mappings:
Namespace Name Mixin selector official <init>
Ldgg;<init>([Ldha;Lmq;)V
intermediary <init>
Lnet/minecraft/class_159;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_2487;)V
named <init>
Lnet/minecraft/loot/function/SetNbtLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/nbt/CompoundTag;)V
-
-
Method Details
-
getType
- Mappings:
Namespace Name Mixin selector official a
Ldft;a()Ldfu;
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;
-
process
- Specified by:
process
in classConditionalLootFunction
- Mappings:
Namespace Name Mixin selector official a
Ldfs;a(Lbnv;Ldei;)Lbnv;
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;
-
builder
- Mappings:
Namespace Name Mixin selector official a
Ldgg;a(Lmq;)Ldfs$a;
intermediary method_677
Lnet/minecraft/class_159;method_677(Lnet/minecraft/class_2487;)Lnet/minecraft/class_120$class_121;
named builder
Lnet/minecraft/loot/function/SetNbtLootFunction;builder(Lnet/minecraft/nbt/CompoundTag;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
-