Interface LootChoice

All Known Implementing Classes:
LeafEntry.Choice

public interface LootChoice
Mappings:
Namespace Name
official dwi
intermediary net/minecraft/class_82
named net/minecraft/loot/LootChoice
  • Method Details

    • getWeight

      int getWeight(float luck)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwi;a(F)I
      intermediary method_427 Lnet/minecraft/class_82;method_427(F)I
      named getWeight Lnet/minecraft/loot/LootChoice;getWeight(F)I
    • generateLoot

      void generateLoot(Consumer<ItemStack> lootConsumer, LootContext context)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwi;a(Ljava/util/function/Consumer;Ldvr;)V
      intermediary method_426 Lnet/minecraft/class_82;method_426(Ljava/util/function/Consumer;Lnet/minecraft/class_47;)V
      named generateLoot Lnet/minecraft/loot/LootChoice;generateLoot(Ljava/util/function/Consumer;Lnet/minecraft/loot/context/LootContext;)V