Interface DamageResistant
Holds the contents of damage types that the item entity containing this item is invincible to.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DamageResistant
damageResistant
(TagKey<DamageType> types) types()
The types that this damage type is invincible to.
-
Method Details
-
damageResistant
@Contract(value="_ -> new", pure=true) static DamageResistant damageResistant(TagKey<DamageType> types) -
types
The types that this damage type is invincible to.- Returns:
- the key of the tag holding the respective damage types.
-