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 tp.
-
Method Details
-
damageResistant
@Contract(value="_ -> new", pure=true) static DamageResistant damageResistant(TagKey<DamageType> types) -
types
The types that this damage type is invincible tp.- Returns:
- item
-