Package net.minecraft.loot
Class LootManager.AndCondition
java.lang.Object
net.minecraft.loot.LootManager.AndCondition
- All Implemented Interfaces:
- Predicate<LootContext>,- LootCondition,- LootContextAware
- Enclosing class:
- LootManager
- Mappings:
- Namespace - Name - official - dzn$a- intermediary - net/minecraft/class_60$class_5334- named - net/minecraft/loot/LootManager$AndCondition
- 
Nested Class SummaryNested classes/interfaces inherited from interface net.minecraft.loot.condition.LootConditionLootCondition.Builder
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final Predicate<LootContext>private final LootCondition[]
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetType()final booleantest(LootContext lootContext) 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.context.LootContextAwaregetRequiredParameters
- 
Field Details- 
terms- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzn$a;a:[Leck;- intermediary - field_25202- Lnet/minecraft/class_60$class_5334;field_25202:[Lnet/minecraft/class_5341;- named - terms- Lnet/minecraft/loot/LootManager$AndCondition;terms:[Lnet/minecraft/loot/condition/LootCondition;
 
- 
predicate- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldzn$a;b:Ljava/util/function/Predicate;- intermediary - field_25203- Lnet/minecraft/class_60$class_5334;field_25203:Ljava/util/function/Predicate;- named - predicate- Lnet/minecraft/loot/LootManager$AndCondition;predicate:Ljava/util/function/Predicate;
 
 
- 
- 
Constructor Details- 
AndConditionAndCondition(LootCondition[] terms) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldzn$a;<init>([Leck;)V- intermediary - <init>- Lnet/minecraft/class_60$class_5334;<init>([Lnet/minecraft/class_5341;)V- named - <init>- Lnet/minecraft/loot/LootManager$AndCondition;<init>([Lnet/minecraft/loot/condition/LootCondition;)V
 
 
- 
- 
Method Details- 
test- Specified by:
- testin interface- Predicate<LootContext>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzn$a;a(Ldzk;)Z- intermediary - method_29311- Lnet/minecraft/class_60$class_5334;method_29311(Lnet/minecraft/class_47;)Z- named - test- Lnet/minecraft/loot/LootManager$AndCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
 
- 
validate- Specified by:
- validatein interface- LootContextAware
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldzl;a(Ldzv;)V- intermediary - method_292- Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)V- named - validate- Lnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
 
- 
getType- Specified by:
- getTypein interface- LootCondition
- Mappings:
- Namespace - Name - Mixin selector - official - b- Leck;b()Lecl;- intermediary - method_29325- Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;- named - getType- Lnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
 
 
-