mirror of
https://github.com/PaperMC/Paper.git
synced 2025-05-19 05:30:23 -07:00
[ci skip] Fix docs for DamageResistant (#11992)
This commit is contained in:
parent
73f7736eb9
commit
30fdfb1aa1
@ -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)
|
@Contract(value = "-> new", pure = true)
|
||||||
TagKey<DamageType> types();
|
TagKey<DamageType> types();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user