We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2c4fa6 commit d44eba6Copy full SHA for d44eba6
inventory-framework-api/src/main/java/me/devnatan/inventoryframework/context/IFConfinedContext.java
@@ -81,7 +81,7 @@ public interface IFConfinedContext extends IFContext {
81
* @see <a href="https://github.com/DevNatan/inventory-framework/wiki/dynamic-title-update">Dynamic Title Update on Wiki</a>
82
*/
83
@ApiStatus.Experimental
84
- void updateTitleComponentForPlayer(@NotNull Object titleComponent);
+ void updateTitleForPlayer(@NotNull Object titleComponent);
85
86
/**
87
* Resets the container title only for the player current scope of execution to the initially
0 commit comments