Class LimitCountLootFunction

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

public class LimitCountLootFunction extends ConditionalLootFunction
Mappings:
Namespace Name
official djy
intermediary net/minecraft/class_114
named net/minecraft/loot/function/LimitCountLootFunction
  • Field Details

    • limit

      Mappings:
      Namespace Name Mixin selector
      official a Ldjy;a:Ldin;
      intermediary field_1044 Lnet/minecraft/class_114;field_1044:Lnet/minecraft/class_42;
      named limit Lnet/minecraft/loot/function/LimitCountLootFunction;limit:Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;
  • 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;
    • getRequiredParameters

      public Set<LootContextParameter<?>> getRequiredParameters()
      Mappings:
      Namespace Name Mixin selector
      official b Ldiq;b()Ljava/util/Set;
      intermediary method_293 Lnet/minecraft/class_46;method_293()Ljava/util/Set;
      named getRequiredParameters Lnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
    • 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;
    • builder

      public static ConditionalLootFunction.Builder<?> builder(BoundedIntUnaryOperator limit)
      Mappings:
      Namespace Name Mixin selector
      official a Ldjy;a(Ldin;)Ldjz$a;
      intermediary method_506 Lnet/minecraft/class_114;method_506(Lnet/minecraft/class_42;)Lnet/minecraft/class_120$class_121;
      named builder Lnet/minecraft/loot/function/LimitCountLootFunction;builder(Lnet/minecraft/loot/operator/BoundedIntUnaryOperator;)Lnet/minecraft/loot/function/ConditionalLootFunction$Builder;