Package net.minecraft.loot.condition
Class ReferenceLootCondition
java.lang.Object
net.minecraft.loot.condition.ReferenceLootCondition
- All Implemented Interfaces:
- Predicate<LootContext>,- LootCondition,- LootContextAware
- Mappings:
- Namespace - Name - official - dup- intermediary - net/minecraft/class_4568- named - net/minecraft/loot/condition/ReferenceLootCondition
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from interface net.minecraft.loot.condition.LootConditionLootCondition.Builder
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final Identifierprivate static final org.slf4j.Logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic LootCondition.Builderbuilder(Identifier id) getType()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- 
LOGGERprivate static final org.slf4j.Logger LOGGER- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldup;a:Lorg/slf4j/Logger;- intermediary - field_20763- Lnet/minecraft/class_4568;field_20763:Lorg/slf4j/Logger;- named - LOGGER- Lnet/minecraft/loot/condition/ReferenceLootCondition;LOGGER:Lorg/slf4j/Logger;
 
- 
id- Mappings:
- Namespace - Name - Mixin selector - official - b- Ldup;b:Labb;- intermediary - field_20764- Lnet/minecraft/class_4568;field_20764:Lnet/minecraft/class_2960;- named - id- Lnet/minecraft/loot/condition/ReferenceLootCondition;id:Lnet/minecraft/util/Identifier;
 
 
- 
- 
Constructor Details- 
ReferenceLootConditionReferenceLootCondition(Identifier id) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Ldup;<init>(Labb;)V- intermediary - <init>- Lnet/minecraft/class_4568;<init>(Lnet/minecraft/class_2960;)V- named - <init>- Lnet/minecraft/loot/condition/ReferenceLootCondition;<init>(Lnet/minecraft/util/Identifier;)V
 
 
- 
- 
Method Details- 
getType- Specified by:
- getTypein interface- LootCondition
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldux;a()Lduy;- 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;
 
- 
validate- Specified by:
- validatein interface- LootContextAware
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldse;a(Ldsl;)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
 
- 
test- Specified by:
- testin interface- Predicate<LootContext>
- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldup;a(Ldsd;)Z- intermediary - method_22579- Lnet/minecraft/class_4568;method_22579(Lnet/minecraft/class_47;)Z- named - test- Lnet/minecraft/loot/condition/ReferenceLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
 
- 
builder- Mappings:
- Namespace - Name - Mixin selector - official - a- Ldup;a(Labb;)Ldux$a;- intermediary - method_35555- Lnet/minecraft/class_4568;method_35555(Lnet/minecraft/class_2960;)Lnet/minecraft/class_5341$class_210;- named - builder- Lnet/minecraft/loot/condition/ReferenceLootCondition;builder(Lnet/minecraft/util/Identifier;)Lnet/minecraft/loot/condition/LootCondition$Builder;
 
 
-