Skip to content

Commit d44eba6

Browse files
committed
fix: updateTitleComponentForPlayer -> updateTitleForPlayer
1 parent b2c4fa6 commit d44eba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inventory-framework-api/src/main/java/me/devnatan/inventoryframework/context/IFConfinedContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public interface IFConfinedContext extends IFContext {
8181
* @see <a href="https://github.com/DevNatan/inventory-framework/wiki/dynamic-title-update">Dynamic Title Update on Wiki</a>
8282
*/
8383
@ApiStatus.Experimental
84-
void updateTitleComponentForPlayer(@NotNull Object titleComponent);
84+
void updateTitleForPlayer(@NotNull Object titleComponent);
8585

8686
/**
8787
* Resets the container title only for the player current scope of execution to the initially

0 commit comments

Comments
 (0)