Class LootingEnchantLootFunction

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

public class LootingEnchantLootFunction extends ConditionalLootFunction
Mappings:
Namespace Name
official dkd
intermediary net/minecraft/class_125
named net/minecraft/loot/function/LootingEnchantLootFunction
  • Field Details

    • field_31854

      public static final int field_31854
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Ldkd;a:I
      intermediary field_31854 Lnet/minecraft/class_125;field_31854:I
      named field_31854 Lnet/minecraft/loot/function/LootingEnchantLootFunction;field_31854:I
    • countRange

      final LootNumberProvider countRange
      Mappings:
      Namespace Name Mixin selector
      official b Ldkd;b:Ldmc;
      intermediary field_1082 Lnet/minecraft/class_125;field_1082:Lnet/minecraft/class_5658;
      named countRange Lnet/minecraft/loot/function/LootingEnchantLootFunction;countRange:Lnet/minecraft/loot/provider/number/LootNumberProvider;
    • limit

      final int limit
      Mappings:
      Namespace Name Mixin selector
      official c Ldkd;c:I
      intermediary field_1083 Lnet/minecraft/class_125;field_1083:I
      named limit Lnet/minecraft/loot/function/LootingEnchantLootFunction;limit:I
  • 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;
    • hasLimit

      boolean hasLimit()
      Mappings:
      Namespace Name Mixin selector
      official c Ldkd;c()Z
      intermediary method_549 Lnet/minecraft/class_125;method_549()Z
      named hasLimit Lnet/minecraft/loot/function/LootingEnchantLootFunction;hasLimit()Z
    • 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 LootingEnchantLootFunction.Builder builder(LootNumberProvider countRange)
      Mappings:
      Namespace Name Mixin selector
      official a Ldkd;a(Ldmc;)Ldkd$a;
      intermediary method_547 Lnet/minecraft/class_125;method_547(Lnet/minecraft/class_5658;)Lnet/minecraft/class_125$class_126;
      named builder Lnet/minecraft/loot/function/LootingEnchantLootFunction;builder(Lnet/minecraft/loot/provider/number/LootNumberProvider;)Lnet/minecraft/loot/function/LootingEnchantLootFunction$Builder;