Class InvertedLootItemCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.InvertedLootItemCondition
- All Implemented Interfaces:
 Predicate<LootContext>,LootContextUser,LootItemCondition
- 
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition
LootItemCondition.Builder - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionSet<LootContextParam<?>>getType()static LootItemCondition.Builderinvert(LootItemCondition.Builder p_81695_) final booleantest(LootContext p_81689_) voidvalidate(ValidationContext p_81691_)  
- 
Field Details
- 
term
 
 - 
 - 
Constructor Details
- 
InvertedLootItemCondition
InvertedLootItemCondition(LootItemCondition p_81683_)  
 - 
 - 
Method Details
- 
getType
- Specified by:
 getTypein interfaceLootItemCondition
 - 
test
- Specified by:
 testin interfacePredicate<LootContext>
 - 
getReferencedContextParams
- Specified by:
 getReferencedContextParamsin interfaceLootContextUser
 - 
validate
- Specified by:
 validatein interfaceLootContextUser
 - 
invert
 
 -