Package net.minecraft.loot.entry
Class LootPoolEntry
java.lang.Object
net.minecraft.loot.entry.LootPoolEntry
- All Implemented Interfaces:
- EntryCombiner
- Direct Known Subclasses:
- CombinedEntry,- LeafEntry
- Mappings:
- Namespace - Name - official - dsv- intermediary - net/minecraft/class_79- named - net/minecraft/loot/entry/LootPoolEntry
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classLootPoolEntry.Builder<T extends LootPoolEntry.Builder<T>>static classLootPoolEntry.Serializer<T extends LootPoolEntry>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Predicate<LootContext>protected final LootCondition[]Fields inherited from interface net.minecraft.loot.entry.EntryCombinerALWAYS_FALSE, ALWAYS_TRUE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract LootPoolEntryTypegetType()protected final booleantest(LootContext context) voidvalidate(LootTableReporter reporter) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.loot.entry.EntryCombinerand, expand, or
- 
Field Details- 
conditions- Mappings:
- Namespace - Name - Mixin selector - official - d- Ldsv;d:[Ldux;- intermediary - field_988- Lnet/minecraft/class_79;field_988:[Lnet/minecraft/class_5341;- named - conditions- Lnet/minecraft/loot/entry/LootPoolEntry;conditions:[Lnet/minecraft/loot/condition/LootCondition;
 
- 
conditionPredicate- Mappings:
- Namespace - Name - Mixin selector - official - c- Ldsv;c:Ljava/util/function/Predicate;- intermediary - field_989- Lnet/minecraft/class_79;field_989:Ljava/util/function/Predicate;- named - conditionPredicate- Lnet/minecraft/loot/entry/LootPoolEntry;conditionPredicate:Ljava/util/function/Predicate;
 
 
- 
- 
Constructor Details- 
LootPoolEntry- Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldsv;<init>([Ldux;)V- intermediary - <init>- Lnet/minecraft/class_79;<init>([Lnet/minecraft/class_5341;)V- named - <init>- Lnet/minecraft/loot/entry/LootPoolEntry;<init>([Lnet/minecraft/loot/condition/LootCondition;)V
 
 
- 
- 
Method Details- 
validate- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldsv;a(Ldsl;)V- intermediary - method_415- Lnet/minecraft/class_79;method_415(Lnet/minecraft/class_58;)V- named - validate- Lnet/minecraft/loot/entry/LootPoolEntry;validate(Lnet/minecraft/loot/LootTableReporter;)V
 
- 
test- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldsv;a(Ldsd;)Z- intermediary - method_414- Lnet/minecraft/class_79;method_414(Lnet/minecraft/class_47;)Z- named - test- Lnet/minecraft/loot/entry/LootPoolEntry;test(Lnet/minecraft/loot/context/LootContext;)Z
 
- 
getType- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldsv;a()Ldsw;- 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;
 
 
-