We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Experimental
1 parent d8d7327 commit 91c3e27Copy full SHA for 91c3e27
1 file changed
inventory-framework-api/src/main/java/me/devnatan/inventoryframework/context/IFContext.java
@@ -231,7 +231,7 @@ void performClickInComponent(
231
* @param title The new container title (may be a String or a supported component type).
232
*/
233
@ApiStatus.Experimental
234
- void updateTitleForEveryoneExperimental(@NotNull Object title);
+ void updateTitleForEveryone(@NotNull Object title);
235
236
/**
237
* Updates the container title to all viewers in this context, to the initially defined title.
0 commit comments