Skip to content

Commit d640e25

Browse files
committed
🔧 chore(abi): update api dump
1 parent 9a8f5f0 commit d640e25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

surf-api-paper/surf-api-paper/api/surf-api-paper.api

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,7 @@ public abstract interface class dev/slne/surf/api/paper/nms/bridges/SurfPaperNms
17171717
public abstract fun getPaperRawChatType ()Lnet/kyori/adventure/chat/ChatType;
17181718
public abstract fun getPlayerDataDir ()Ljava/io/File;
17191719
public abstract fun getRemoteChatSessionData (Lorg/bukkit/entity/Player;)Ldev/slne/surf/api/paper/nms/bridges/data/chat/RemoteChatSessionData;
1720+
public abstract fun getStatsDataPath ()Ljava/nio/file/Path;
17201721
public abstract fun increaseNextChatIndex (Lorg/bukkit/entity/Player;)Ljava/lang/Integer;
17211722
public abstract fun runOnChatMessageChain (Lorg/bukkit/entity/Player;Lkotlinx/coroutines/CoroutineScope;Lkotlin/jvm/functions/Function1;)V
17221723
public abstract fun sendPlayerChatMessage (Lorg/bukkit/entity/Player;Lnet/kyori/adventure/chat/SignedMessage;Lnet/kyori/adventure/chat/ChatType$Bound;)V
@@ -1731,6 +1732,7 @@ public final class dev/slne/surf/api/paper/nms/bridges/SurfPaperNmsPlayerBridge$
17311732
public fun getPaperRawChatType ()Lnet/kyori/adventure/chat/ChatType;
17321733
public fun getPlayerDataDir ()Ljava/io/File;
17331734
public fun getRemoteChatSessionData (Lorg/bukkit/entity/Player;)Ldev/slne/surf/api/paper/nms/bridges/data/chat/RemoteChatSessionData;
1735+
public fun getStatsDataPath ()Ljava/nio/file/Path;
17341736
public fun increaseNextChatIndex (Lorg/bukkit/entity/Player;)Ljava/lang/Integer;
17351737
public fun runOnChatMessageChain (Lorg/bukkit/entity/Player;Lkotlinx/coroutines/CoroutineScope;Lkotlin/jvm/functions/Function1;)V
17361738
public fun sendPlayerChatMessage (Lorg/bukkit/entity/Player;Lnet/kyori/adventure/chat/SignedMessage;Lnet/kyori/adventure/chat/ChatType$Bound;)V

0 commit comments

Comments
 (0)