Skip to content

Commit ff7d7d4

Browse files
committed
feat: update noticeDialogWithBuilder function signature to improve parameter order
1 parent 6d8088d commit ff7d7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

surf-api-bukkit/surf-api-bukkit-api/api/surf-api-bukkit-api.api

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,8 +1023,8 @@ public final class dev/slne/surf/surfapi/bukkit/api/dialog/CommonDialogsKt {
10231023
public static final fun noticeDialog (Lkotlin/jvm/functions/Function1;)Lio/papermc/paper/dialog/Dialog;
10241024
public static final fun noticeDialog (Lnet/kyori/adventure/text/Component;Lnet/kyori/adventure/text/Component;Ljava/lang/Integer;)Lio/papermc/paper/dialog/Dialog;
10251025
public static synthetic fun noticeDialog$default (Lnet/kyori/adventure/text/Component;Lnet/kyori/adventure/text/Component;Ljava/lang/Integer;ILjava/lang/Object;)Lio/papermc/paper/dialog/Dialog;
1026-
public static final fun noticeDialogWithBuilder (Ljava/lang/Integer;Lnet/kyori/adventure/text/Component;Lkotlin/jvm/functions/Function1;)Lio/papermc/paper/dialog/Dialog;
1027-
public static synthetic fun noticeDialogWithBuilder$default (Ljava/lang/Integer;Lnet/kyori/adventure/text/Component;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lio/papermc/paper/dialog/Dialog;
1026+
public static final fun noticeDialogWithBuilder (Lnet/kyori/adventure/text/Component;Ljava/lang/Integer;Lkotlin/jvm/functions/Function1;)Lio/papermc/paper/dialog/Dialog;
1027+
public static synthetic fun noticeDialogWithBuilder$default (Lnet/kyori/adventure/text/Component;Ljava/lang/Integer;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lio/papermc/paper/dialog/Dialog;
10281028
}
10291029

10301030
public final class dev/slne/surf/surfapi/bukkit/api/dialog/DialogBuilderKt {

0 commit comments

Comments
 (0)