mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-05 02:22:12 +01:00
parent
e3ed32721a
commit
aa5b69a0ea
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ public interface ItemFrame extends Hanging {
|
||||||
* damage, interaction, pistons, or missing supporting blocks), rotate the
|
* damage, interaction, pistons, or missing supporting blocks), rotate the
|
||||||
* item or place/remove items.
|
* 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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue