Package net.minecraft.loot.entry
Class ItemEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
net.minecraft.loot.entry.LeafEntry
net.minecraft.loot.entry.ItemEntry
- All Implemented Interfaces:
- EntryCombiner
- Mappings:
- Namespace - Name - official - eac- intermediary - net/minecraft/class_77- named - net/minecraft/loot/entry/ItemEntry
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class net.minecraft.loot.entry.LeafEntryLeafEntry.Builder<T extends LeafEntry.Builder<T>>, LeafEntry.Choice, LeafEntry.Factory
- 
Field SummaryFieldsFields inherited from class net.minecraft.loot.entry.LeafEntrycompiledFunctions, field_31847, field_31848, functions, quality, weightFields inherited from class net.minecraft.loot.entry.LootPoolEntryconditionsFields inherited from interface net.minecraft.loot.entry.EntryCombinerALWAYS_FALSE, ALWAYS_TRUE
- 
Constructor SummaryConstructorsConstructorDescriptionItemEntry(Item item, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) 
- 
Method SummaryModifier and TypeMethodDescriptionstatic LeafEntry.Builder<?>builder(ItemConvertible drop) voidgenerateLoot(Consumer<ItemStack> lootConsumer, LootContext context) getType()Methods inherited from class net.minecraft.loot.entry.LootPoolEntrytestMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.entry.EntryCombinerand, or
- 
Field Details- 
item- Mappings:
- Namespace - Name - Mixin selector - official - i- Leac;i:Lcfu;- 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- 
ItemEntryItemEntry(Item item, int weight, int quality, LootCondition[] conditions, LootFunction[] functions) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Leac;<init>(Lcfu;II[Leck;[Leaz;)V- intermediary - <init>- Lnet/minecraft/class_77;<init>(Lnet/minecraft/class_1792;II[Lnet/minecraft/class_5341;[Lnet/minecraft/class_117;)V- named - <init>- Lnet/minecraft/loot/entry/ItemEntry;<init>(Lnet/minecraft/item/Item;II[Lnet/minecraft/loot/condition/LootCondition;[Lnet/minecraft/loot/function/LootFunction;)V
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein class- LootPoolEntry
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leaf;a()Leag;- 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- Specified by:
- generateLootin class- LeafEntry
- Mappings:
- Namespace - Name - Mixin selector - official - a- Leah;a(Ljava/util/function/Consumer;Ldzk;)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- Mappings:
- Namespace - Name - Mixin selector - official - a- Leac;a(Lcml;)Leah$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;
 
 
-