Class DamageSourceCondition
java.lang.Object
net.minecraft.world.level.storage.loot.predicates.DamageSourceCondition
- All Implemented Interfaces:
Predicate<LootContext>
,LootContextUser
,LootItemCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.level.storage.loot.predicates.LootItemCondition
LootItemCondition.Builder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet<LootContextParam<?>>
getType()
static LootItemCondition.Builder
hasDamageSource
(DamageSourcePredicate.Builder p_81590_) boolean
test
(LootContext p_81592_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.storage.loot.LootContextUser
validate
-
Field Details
-
predicate
-
-
Constructor Details
-
DamageSourceCondition
DamageSourceCondition(DamageSourcePredicate p_81584_)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceLootItemCondition
-
getReferencedContextParams
- Specified by:
getReferencedContextParams
in interfaceLootContextUser
-
test
- Specified by:
test
in interfacePredicate<LootContext>
-
hasDamageSource
-