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 ees
intermediary net/minecraft/class_159
named net/minecraft/loot/function/SetNbtLootFunction
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<SetNbtLootFunction> CODEC
      Mappings:
      Namespace Name Mixin selector
      official a Lees;a:Lcom/mojang/serialization/Codec;
      intermediary field_45849 Lnet/minecraft/class_159;field_45849:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/loot/function/SetNbtLootFunction;CODEC:Lcom/mojang/serialization/Codec;
    • nbt

      private final NbtCompound nbt
      Mappings:
      Namespace Name Mixin selector
      official b Lees;b:Lqw;
      intermediary field_1138 Lnet/minecraft/class_159;field_1138:Lnet/minecraft/class_2487;
      named nbt Lnet/minecraft/loot/function/SetNbtLootFunction;nbt:Lnet/minecraft/nbt/NbtCompound;
  • Constructor Details

    • SetNbtLootFunction

      private SetNbtLootFunction(List<LootCondition> conditions, NbtCompound nbt)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lees;<init>(Ljava/util/List;Lqw;)V
      intermediary <init> Lnet/minecraft/class_159;<init>(Ljava/util/List;Lnet/minecraft/class_2487;)V
      named <init> Lnet/minecraft/loot/function/SetNbtLootFunction;<init>(Ljava/util/List;Lnet/minecraft/nbt/NbtCompound;)V
  • Method Details

    • getType

      public LootFunctionType getType()
      Mappings:
      Namespace Name Mixin selector
      official b Leed;b()Leee;
      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

      public ItemStack process(ItemStack stack, LootContext context)
      Specified by:
      process in class ConditionalLootFunction
      Mappings:
      Namespace Name Mixin selector
      official a Leec;a(Lcjf;Lecq;)Lcjf;
      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

      Deprecated.
      Mappings:
      Namespace Name Mixin selector
      official a Lees;a(Lqw;)Leec$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/NbtCompound;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;