Package net.minecraft.loot.condition
Class InvertedLootCondition
java.lang.Object
net.minecraft.loot.condition.InvertedLootCondition
- All Implemented Interfaces:
Predicate<LootContext>,LootCondition,LootContextAware
public class InvertedLootCondition extends Object implements LootCondition
- Mappings:
Namespace Name official dgxintermediary net/minecraft/class_207named net/minecraft/loot/condition/InvertedLootCondition
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInvertedLootCondition.SerializerNested classes/interfaces inherited from interface net.minecraft.loot.condition.LootCondition
LootCondition.Builder -
Field Summary
Fields Modifier and Type Field Description private LootConditionterm -
Constructor Summary
Constructors Modifier Constructor Description privateInvertedLootCondition(LootCondition term) -
Method Summary
Modifier and Type Method Description static LootCondition.Builderbuilder(LootCondition.Builder term)Set<LootContextParameter<?>>getRequiredParameters()LootConditionTypegetType()booleantest(LootContext lootContext)voidvalidate(LootTableReporter reporter)
-
Field Details
-
term
- Mappings:
Namespace Name Mixin selector official aLdgx;a:Ldha;intermediary field_1283Lnet/minecraft/class_207;field_1283:Lnet/minecraft/class_5341;named termLnet/minecraft/loot/condition/InvertedLootCondition;term:Lnet/minecraft/loot/condition/LootCondition;
-
-
Constructor Details
-
InvertedLootCondition
- Mappings:
Namespace Name Mixin selector official <init>Ldgx;<init>(Ldha;)Vintermediary <init>Lnet/minecraft/class_207;<init>(Lnet/minecraft/class_5341;)Vnamed <init>Lnet/minecraft/loot/condition/InvertedLootCondition;<init>(Lnet/minecraft/loot/condition/LootCondition;)V
-
-
Method Details
-
getType
- Specified by:
getTypein interfaceLootCondition- Mappings:
Namespace Name Mixin selector official aLdha;a()Ldhb;intermediary method_29325Lnet/minecraft/class_5341;method_29325()Lnet/minecraft/class_5342;named getTypeLnet/minecraft/loot/condition/LootCondition;getType()Lnet/minecraft/loot/condition/LootConditionType;
-
test
- Specified by:
testin interfacePredicate<LootContext>- Mappings:
Namespace Name Mixin selector official aLdgx;a(Ldei;)Zintermediary method_888Lnet/minecraft/class_207;method_888(Lnet/minecraft/class_47;)Znamed testLnet/minecraft/loot/condition/InvertedLootCondition;test(Lnet/minecraft/loot/context/LootContext;)Z
-
getRequiredParameters
- Specified by:
getRequiredParametersin interfaceLootContextAware- Mappings:
Namespace Name Mixin selector official bLdej;b()Ljava/util/Set;intermediary method_293Lnet/minecraft/class_46;method_293()Ljava/util/Set;named getRequiredParametersLnet/minecraft/loot/context/LootContextAware;getRequiredParameters()Ljava/util/Set;
-
validate
- Specified by:
validatein interfaceLootContextAware- Mappings:
Namespace Name Mixin selector official aLdej;a(Ldeq;)Vintermediary method_292Lnet/minecraft/class_46;method_292(Lnet/minecraft/class_58;)Vnamed validateLnet/minecraft/loot/context/LootContextAware;validate(Lnet/minecraft/loot/LootTableReporter;)V
-
builder
- Mappings:
Namespace Name Mixin selector official aLdgx;a(Ldha$a;)Ldha$a;intermediary method_889Lnet/minecraft/class_207;method_889(Lnet/minecraft/class_5341$class_210;)Lnet/minecraft/class_5341$class_210;named builderLnet/minecraft/loot/condition/InvertedLootCondition;builder(Lnet/minecraft/loot/condition/LootCondition$Builder;)Lnet/minecraft/loot/condition/LootCondition$Builder;
-