Class SetContentsLootFunction

java.lang.Object
net.minecraft.loot.function.ConditionalLootFunction
net.minecraft.loot.function.SetContentsLootFunction
All Implemented Interfaces:
BiFunction<ItemStack,LootContext,ItemStack>, LootContextAware, LootFunction

public class SetContentsLootFunction extends ConditionalLootFunction
Mappings:
Namespace Name
official dkg
intermediary net/minecraft/class_134
named net/minecraft/loot/function/SetContentsLootFunction
  • Field Details

    • entries

      final List<LootPoolEntry> entries
      Mappings:
      Namespace Name Mixin selector
      official a Ldkg;a:Ljava/util/List;
      intermediary field_1103 Lnet/minecraft/class_134;field_1103:Ljava/util/List;
      named entries Lnet/minecraft/loot/function/SetContentsLootFunction;entries:Ljava/util/List;
  • Constructor Details

  • Method Details

    • getType

      public LootFunctionType getType()
      Mappings:
      Namespace Name Mixin selector
      official a Ldka;a()Ldkb;
      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 Ldjz;a(Lbqp;Ldip;)Lbqp;
      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;
    • validate

      public void validate(LootTableReporter reporter)
      Specified by:
      validate in interface LootContextAware
      Overrides:
      validate in class ConditionalLootFunction
      Mappings:
      Namespace Name Mixin selector
      official a Ldiq;a(Ldix;)V
      intermediary method_292 Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V
      named validate Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
    • builder

      public static SetContentsLootFunction.Builer builder()
      Mappings:
      Namespace Name Mixin selector
      official c Ldkg;c()Ldkg$a;
      intermediary method_601 Lnet/minecraft/class_134;method_601()Lnet/minecraft/class_134$class_135;
      named builder Lnet/minecraft/loot/function/SetContentsLootFunction;builder()Lnet/minecraft/loot/function/SetContentsLootFunction$Builer;