Class ItemEntry

All Implemented Interfaces:
EntryCombiner

public class ItemEntry extends LeafEntry
Mappings:
Namespace Name
official dje
intermediary net/minecraft/class_77
named net/minecraft/loot/entry/ItemEntry
  • Field Details

    • item

      final Item item
      Mappings:
      Namespace Name Mixin selector
      official i Ldje;i:Lbql;
      intermediary field_987 Lnet/minecraft/class_77;field_987:Lnet/minecraft/class_1792;
      named item Lnet/minecraft/loot/entry/ItemEntry;item:Lnet/minecraft/item/Item;
  • Constructor Details

  • Method Details

    • getType

      public LootPoolEntryType getType()
      Specified by:
      getType in class LootPoolEntry
      Mappings:
      Namespace Name Mixin selector
      official a Ldjh;a()Ldji;
      intermediary method_29318 Lnet/minecraft/class_79;method_29318()Lnet/minecraft/class_5338;
      named getType Lnet/minecraft/loot/entry/LootPoolEntry;getType()Lnet/minecraft/loot/entry/LootPoolEntryType;
    • generateLoot

      public void generateLoot(Consumer<ItemStack> lootConsumer, LootContext context)
      Specified by:
      generateLoot in class LeafEntry
      Mappings:
      Namespace Name Mixin selector
      official a Ldjj;a(Ljava/util/function/Consumer;Ldip;)V
      intermediary method_433 Lnet/minecraft/class_85;method_433(Ljava/util/function/Consumer;Lnet/minecraft/class_47;)V
      named generateLoot Lnet/minecraft/loot/entry/LeafEntry;generateLoot(Ljava/util/function/Consumer;Lnet/minecraft/loot/context/LootContext;)V
    • builder

      public static LeafEntry.Builder<?> builder(ItemConvertible drop)
      Mappings:
      Namespace Name Mixin selector
      official a Ldje;a(Lbwo;)Ldjj$a;
      intermediary method_411 Lnet/minecraft/class_77;method_411(Lnet/minecraft/class_1935;)Lnet/minecraft/class_85$class_86;
      named builder Lnet/minecraft/loot/entry/ItemEntry;builder(Lnet/minecraft/item/ItemConvertible;)Lnet/minecraft/loot/entry/LeafEntry$Builder;