[ci skip] Fix docs for DamageResistant (#11992)

This commit is contained in:
Pedro 2025-01-20 11:47:07 -03:00 committed by GitHub
parent 73f7736eb9
commit 30fdfb1aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,9 +21,9 @@ public interface DamageResistant {
}
/**
* The types that this damage type is invincible tp.
* The types that this damage type is invincible to.
*
* @return item
* @return the key of the tag holding the respective damage types.
*/
@Contract(value = "-> new", pure = true)
TagKey<DamageType> types();