Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

Commit 0b00b58

Browse files
committed
chore: api dump
1 parent 31a3797 commit 0b00b58

File tree

5 files changed

+1645
-153
lines changed

5 files changed

+1645
-153
lines changed

surf-cloud-api/surf-cloud-api-client/surf-cloud-api-client-common/api/surf-cloud-api-client-common.api

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,23 @@ public final class dev/slne/surf/cloud/api/client/netty/packet/NettyPacketClient
1919
public static final fun fireAndForget (Ldev/slne/surf/cloud/api/common/netty/packet/NettyPacket;)V
2020
}
2121

22+
public abstract interface class dev/slne/surf/cloud/api/client/server/CloudClientServerManager : dev/slne/surf/cloud/api/common/server/CloudServerManager {
23+
public static final field Companion Ldev/slne/surf/cloud/api/client/server/CloudClientServerManager$Companion;
24+
public abstract fun currentServer ()Ldev/slne/surf/cloud/api/common/server/CloudServer;
25+
}
26+
27+
public final class dev/slne/surf/cloud/api/client/server/CloudClientServerManager$Companion : dev/slne/surf/cloud/api/client/server/CloudClientServerManager {
28+
public fun broadcast (Lnet/kyori/adventure/text/Component;Ljava/lang/String;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
29+
public fun broadcastToGroup (Ljava/lang/String;Lnet/kyori/adventure/text/Component;Ljava/lang/String;ZLkotlin/coroutines/Continuation;)Ljava/lang/Object;
30+
public fun currentServer ()Ldev/slne/surf/cloud/api/common/server/CloudServer;
31+
public fun pullPlayersToGroup (Ljava/lang/String;Ljava/util/Collection;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
32+
public fun retrieveAllServers ()Lit/unimi/dsi/fastutil/objects/ObjectCollection;
33+
public fun retrieveProxies ()Lit/unimi/dsi/fastutil/objects/ObjectCollection;
34+
public fun retrieveServerByCategoryAndName (Ljava/lang/String;Ljava/lang/String;)Ldev/slne/surf/cloud/api/common/server/CommonCloudServer;
35+
public fun retrieveServerById (J)Ldev/slne/surf/cloud/api/common/server/CommonCloudServer;
36+
public fun retrieveServerByName (Ljava/lang/String;)Ldev/slne/surf/cloud/api/common/server/CommonCloudServer;
37+
public fun retrieveServers ()Lit/unimi/dsi/fastutil/objects/ObjectCollection;
38+
public fun retrieveServersByCategory (Ljava/lang/String;)Lit/unimi/dsi/fastutil/objects/ObjectList;
39+
public fun retrieveServersInGroup (Ljava/lang/String;)Lit/unimi/dsi/fastutil/objects/ObjectList;
40+
}
41+

surf-cloud-api/surf-cloud-api-client/surf-cloud-api-client-paper/api/surf-cloud-api-client-paper.api

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,66 @@ public final class dev/slne/surf/cloud/api/client/paper/Paper_cloud_converterKt
77
public static final fun toLocation (Ldev/slne/surf/cloud/api/common/player/teleport/TeleportLocation;)Lorg/bukkit/Location;
88
}
99

10+
public final class dev/slne/surf/cloud/api/client/paper/command/args/CloudServerArgument : dev/jorel/commandapi/arguments/CustomArgument {
11+
public fun <init> (Ljava/lang/String;)V
12+
}
13+
14+
public final class dev/slne/surf/cloud/api/client/paper/command/args/CloudServerArgumentKt {
15+
public static final fun cloudServerArgument (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandAPICommand;
16+
public static final fun cloudServerArgument (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandTree;
17+
public static final fun cloudServerArgument (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/arguments/Argument;
18+
public static synthetic fun cloudServerArgument$default (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandAPICommand;
19+
public static synthetic fun cloudServerArgument$default (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandTree;
20+
public static synthetic fun cloudServerArgument$default (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/arguments/Argument;
21+
}
22+
23+
public final class dev/slne/surf/cloud/api/client/paper/command/args/CloudServerGroupArgument : dev/jorel/commandapi/arguments/CustomArgument {
24+
public static final field Companion Ldev/slne/surf/cloud/api/client/paper/command/args/CloudServerGroupArgument$Companion;
25+
public fun <init> (Ljava/lang/String;)V
26+
}
27+
28+
public final class dev/slne/surf/cloud/api/client/paper/command/args/CloudServerGroupArgument$Companion {
29+
}
30+
31+
public final class dev/slne/surf/cloud/api/client/paper/command/args/CloudServerGroupArgumentKt {
32+
public static final fun cloudServerGroupArgument (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandAPICommand;
33+
public static final fun cloudServerGroupArgument (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandTree;
34+
public static final fun cloudServerGroupArgument (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/arguments/Argument;
35+
public static synthetic fun cloudServerGroupArgument$default (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandAPICommand;
36+
public static synthetic fun cloudServerGroupArgument$default (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandTree;
37+
public static synthetic fun cloudServerGroupArgument$default (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/arguments/Argument;
38+
}
39+
40+
public final class dev/slne/surf/cloud/api/client/paper/command/args/OfflineCloudPlayerArgument : dev/jorel/commandapi/arguments/CustomArgument {
41+
public static final field Companion Ldev/slne/surf/cloud/api/client/paper/command/args/OfflineCloudPlayerArgument$Companion;
42+
public fun <init> (Ljava/lang/String;)V
43+
}
44+
45+
public final class dev/slne/surf/cloud/api/client/paper/command/args/OfflineCloudPlayerArgument$Companion {
46+
}
47+
48+
public final class dev/slne/surf/cloud/api/client/paper/command/args/OfflineCloudPlayerArgumentKt {
49+
public static final fun offlineCloudPlayerArgument (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandAPICommand;
50+
public static final fun offlineCloudPlayerArgument (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandTree;
51+
public static final fun offlineCloudPlayerArgument (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/arguments/Argument;
52+
public static synthetic fun offlineCloudPlayerArgument$default (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandAPICommand;
53+
public static synthetic fun offlineCloudPlayerArgument$default (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandTree;
54+
public static synthetic fun offlineCloudPlayerArgument$default (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/arguments/Argument;
55+
}
56+
57+
public final class dev/slne/surf/cloud/api/client/paper/command/args/OnlineCloudPlayerArgument : dev/jorel/commandapi/arguments/CustomArgument {
58+
public fun <init> (Ljava/lang/String;)V
59+
}
60+
61+
public final class dev/slne/surf/cloud/api/client/paper/command/args/OnlineCloudPlayerArgumentKt {
62+
public static final fun onlineCloudPlayerArgument (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandAPICommand;
63+
public static final fun onlineCloudPlayerArgument (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/CommandTree;
64+
public static final fun onlineCloudPlayerArgument (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;)Ldev/jorel/commandapi/arguments/Argument;
65+
public static synthetic fun onlineCloudPlayerArgument$default (Ldev/jorel/commandapi/CommandAPICommand;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandAPICommand;
66+
public static synthetic fun onlineCloudPlayerArgument$default (Ldev/jorel/commandapi/CommandTree;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/CommandTree;
67+
public static synthetic fun onlineCloudPlayerArgument$default (Ldev/jorel/commandapi/arguments/Argument;Ljava/lang/String;ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)Ldev/jorel/commandapi/arguments/Argument;
68+
}
69+
1070
public final class dev/slne/surf/cloud/api/client/paper/player/CloudPlayerBukkitExtensionsKt {
1171
public static final fun teleport (Ldev/slne/surf/cloud/api/common/player/CloudPlayer;Lorg/bukkit/Location;Lorg/bukkit/event/player/PlayerTeleportEvent$TeleportCause;[Lio/papermc/paper/entity/TeleportFlag;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1272
public static synthetic fun teleport$default (Ldev/slne/surf/cloud/api/common/player/CloudPlayer;Lorg/bukkit/Location;Lorg/bukkit/event/player/PlayerTeleportEvent$TeleportCause;[Lio/papermc/paper/entity/TeleportFlag;Lkotlin/coroutines/Continuation;ILjava/lang/Object;)Ljava/lang/Object;
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
public final class dev/slne/surf/cloud/api/client/velocity/server/VelocityCloudServeExtensionsKt {
2+
public static final fun toRegisteredServer (Ldev/slne/surf/cloud/api/common/server/CloudServer;Lcom/velocitypowered/api/proxy/ProxyServer;)Lcom/velocitypowered/api/proxy/server/RegisteredServer;
3+
}
4+

0 commit comments

Comments
 (0)