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
- Mappings:
 Namespace Name official ebnintermediary net/minecraft/class_159named net/minecraft/loot/function/SetNbtLootFunction
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.loot.function.ConditionalLootFunction
ConditionalLootFunction.Builder<T extends ConditionalLootFunction.Builder<T>> - 
Field Summary
FieldsFields inherited from class net.minecraft.loot.function.ConditionalLootFunction
conditions - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic ConditionalLootFunction.Builder<?>builder(NbtCompound nbt) Deprecated.getType()process(ItemStack stack, LootContext context) Methods inherited from class net.minecraft.loot.function.ConditionalLootFunction
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
andThenMethods inherited from interface net.minecraft.loot.context.LootContextAware
getRequiredParameters 
- 
Field Details
- 
nbt
- Mappings:
 Namespace Name Mixin selector official aLebn;a:Lqr;intermediary field_1138Lnet/minecraft/class_159;field_1138:Lnet/minecraft/class_2487;named nbtLnet/minecraft/loot/function/SetNbtLootFunction;nbt:Lnet/minecraft/nbt/NbtCompound;
 
 - 
 - 
Constructor Details
- 
SetNbtLootFunction
SetNbtLootFunction(LootCondition[] conditions, NbtCompound nbt) - Mappings:
 Namespace Name Mixin selector official <init>Lebn;<init>([Leck;Lqr;)Vintermediary <init>Lnet/minecraft/class_159;<init>([Lnet/minecraft/class_5341;Lnet/minecraft/class_2487;)Vnamed <init>Lnet/minecraft/loot/function/SetNbtLootFunction;<init>([Lnet/minecraft/loot/condition/LootCondition;Lnet/minecraft/nbt/NbtCompound;)V
 
 - 
 - 
Method Details
- 
getType
- Mappings:
 Namespace Name Mixin selector official bLeaz;b()Leba;intermediary method_29321Lnet/minecraft/class_117;method_29321()Lnet/minecraft/class_5339;named getTypeLnet/minecraft/loot/function/LootFunction;getType()Lnet/minecraft/loot/function/LootFunctionType;
 - 
process
- Specified by:
 processin classConditionalLootFunction- Mappings:
 Namespace Name Mixin selector official aLeay;a(Lcfz;Ldzk;)Lcfz;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;
 - 
builder
Deprecated.- Mappings:
 Namespace Name Mixin selector official aLebn;a(Lqr;)Leay$a;intermediary method_677Lnet/minecraft/class_159;method_677(Lnet/minecraft/class_2487;)Lnet/minecraft/class_120$class_121;named builderLnet/minecraft/loot/function/SetNbtLootFunction;builder(Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;
 
 -