You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: simbot-api/api/simbot-api.api
+22Lines changed: 22 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1238,6 +1238,8 @@ public final class love/forte/simbot/event/EventListeners {
1238
1238
public static synthetic fun block$default (Lkotlin/coroutines/CoroutineContext;Ljava/lang/Class;Llove/forte/simbot/event/TypedJBlockEventListener;ILjava/lang/Object;)Llove/forte/simbot/event/EventListener;
1239
1239
public static synthetic fun block$default (Lkotlin/coroutines/CoroutineContext;Llove/forte/simbot/event/JBlockEventListener;ILjava/lang/Object;)Llove/forte/simbot/event/EventListener;
1240
1240
public static final fun handleWith (Llove/forte/simbot/event/EventListener;Llove/forte/simbot/event/EventListenerContext;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1241
+
public static final fun nonBlock (Ljava/lang/Class;Llove/forte/simbot/event/TypedJNonBlockEventListener;)Llove/forte/simbot/event/EventListener;
1242
+
public static final fun nonBlock (Llove/forte/simbot/event/JNonBlockEventListener;)Llove/forte/simbot/event/EventListener;
1241
1243
}
1242
1244
1243
1245
public abstract interface class love/forte/simbot/event/EventProcessor {
@@ -1482,6 +1484,16 @@ public final class love/forte/simbot/event/JBlockEventListener$Companion {
1482
1484
public static synthetic fun toListener$default (Llove/forte/simbot/event/JBlockEventListener$Companion;Lkotlin/coroutines/CoroutineContext;Llove/forte/simbot/event/JBlockEventListener;ILjava/lang/Object;)Llove/forte/simbot/event/EventListener;
1483
1485
}
1484
1486
1487
+
public abstract interface class love/forte/simbot/event/JNonBlockEventListener {
1488
+
public static final field Companion Llove/forte/simbot/event/JNonBlockEventListener$Companion;
1489
+
public abstract fun handle (Llove/forte/simbot/event/EventListenerContext;)Llove/forte/simbot/event/EventResult;
1490
+
public static fun toListener (Llove/forte/simbot/event/JNonBlockEventListener;)Llove/forte/simbot/event/EventListener;
1491
+
}
1492
+
1493
+
public final class love/forte/simbot/event/JNonBlockEventListener$Companion {
1494
+
public final fun toListener (Llove/forte/simbot/event/JNonBlockEventListener;)Llove/forte/simbot/event/EventListener;
1495
+
}
1496
+
1485
1497
public abstract interface class love/forte/simbot/event/MemberAuthorAwareMessageEvent : love/forte/simbot/event/ActorAuthorAwareMessageEvent {
1486
1498
public abstract synthetic fun author (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
1487
1499
public synthetic fun getAuthor ()Llove/forte/simbot/common/id/IDContainer;
@@ -1729,6 +1741,16 @@ public final class love/forte/simbot/event/TypedJBlockEventListener$Companion {
1729
1741
public static synthetic fun toListener$default (Llove/forte/simbot/event/TypedJBlockEventListener$Companion;Lkotlin/coroutines/CoroutineContext;Ljava/lang/Class;Llove/forte/simbot/event/TypedJBlockEventListener;ILjava/lang/Object;)Llove/forte/simbot/event/EventListener;
1730
1742
}
1731
1743
1744
+
public abstract interface class love/forte/simbot/event/TypedJNonBlockEventListener {
1745
+
public static final field Companion Llove/forte/simbot/event/TypedJNonBlockEventListener$Companion;
1746
+
public abstract fun handle (Llove/forte/simbot/event/EventListenerContext;Llove/forte/simbot/event/Event;)Llove/forte/simbot/event/EventResult;
1747
+
public static fun toListener (Ljava/lang/Class;Llove/forte/simbot/event/TypedJNonBlockEventListener;)Llove/forte/simbot/event/EventListener;
1748
+
}
1749
+
1750
+
public final class love/forte/simbot/event/TypedJNonBlockEventListener$Companion {
1751
+
public final fun toListener (Ljava/lang/Class;Llove/forte/simbot/event/TypedJNonBlockEventListener;)Llove/forte/simbot/event/EventListener;
1752
+
}
1753
+
1732
1754
public abstract class love/forte/simbot/message/AggregatedMessageReceipt : java/lang/Iterable, kotlin/jvm/internal/markers/KMappedMarker, love/forte/simbot/message/StandardMessageReceipt {
1733
1755
public fun <init> ()V
1734
1756
public synthetic fun delete ([Llove/forte/simbot/ability/DeleteOption;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
0 commit comments