Remove obsolete documentation from ArmorMeta#setTrim

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2023-04-08 08:03:58 +10:00
parent 943a1d3dd9
commit dba384ad97

View file

@ -25,9 +25,6 @@ public interface ArmorMeta extends ItemMeta {
/**
* Set the {@link ArmorTrim}.
* <p>
* While vanilla only allows for armor to be trimmed, trims may be applied
* to any item whether or not the client will actually render a trim.
*
* @param trim the trim to set, or null to remove it
*/