#675: Fix typo in ItemFrame#setFixed

By: Cerus <m.dorn.2003@web.de>
This commit is contained in:
Bukkit/Spigot 2021-11-18 08:14:50 +11:00
parent e3ed32721a
commit aa5b69a0ea

View File

@ -106,7 +106,7 @@ public interface ItemFrame extends Hanging {
* damage, interaction, pistons, or missing supporting blocks), rotate the
* item or place/remove items.
*
* @param visible whether the item frame is fixed or not
* @param fixed whether the item frame is fixed or not
*/
void setFixed(boolean visible);
void setFixed(boolean fixed);
}