raspberry_games_server_game_logic 1.8.258 → 1.8.259
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Kotlin-DateTime-library-kotlinx-datetime.js +1 -1
- package/Logic_Debertz-core.js +1 -1
- package/Logic_Debertz-engine.js +10749 -10029
- package/Logic_Debertz-engine.js.map +1 -1
- package/Logic_Debertz-game_server.d.ts +6 -5
- package/Logic_Debertz-game_server.js +496 -496
- package/Logic_Debertz-game_server.js.map +1 -1
- package/kotlin-kotlin-stdlib.js +77 -77
- package/kotlin-kotlin-stdlib.js.map +1 -1
- package/kotlinx-coroutines-core.js +2 -2
- package/package.json +1 -1
|
@@ -1061,7 +1061,7 @@ export declare namespace games.jass.logic.data.models.scenes {
|
|
|
1061
1061
|
}
|
|
1062
1062
|
export declare namespace games.jass.logic.data.models.table {
|
|
1063
1063
|
class JassTable {
|
|
1064
|
-
constructor(id: string, version: string, createdAt: any/* kotlinx.datetime.Instant */, config: games.jass.logic.data.models.table.config.Config, players: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.JassPlayer */>, spectators: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.Spectator */>, sceneInfo: any/* games.jass.logic.data.models.table.scene.SceneInfo */, cardsOnTable: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.table.bribes.CardOnTable */>, bribes: kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.Bribe */>, cardDeck: Nullable<any>/* Nullable<games.jass.logic.data.models.table.cards.CardDeck> */, gameInfo: any/* games.jass.logic.data.models.table.GameInfo */, gameHistory: games.jass.logic.data.models.table.history.GameHistory);
|
|
1064
|
+
constructor(id: string, version: string, createdAt: any/* kotlinx.datetime.Instant */, config: games.jass.logic.data.models.table.config.Config, players: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.JassPlayer */>, spectators: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.Spectator */>, sceneInfo: any/* games.jass.logic.data.models.table.scene.SceneInfo */, cardsOnTable: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.table.bribes.CardOnTable */>, bribes: kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.Bribe */>, cardDeck: Nullable<any>/* Nullable<games.jass.logic.data.models.table.cards.CardDeck> */, requestedCardDecks: kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.CardDeck */>, gameInfo: any/* games.jass.logic.data.models.table.GameInfo */, gameHistory: games.jass.logic.data.models.table.history.GameHistory);
|
|
1065
1065
|
get id(): string;
|
|
1066
1066
|
get version(): string;
|
|
1067
1067
|
get createdAt(): any/* kotlinx.datetime.Instant */;
|
|
@@ -1072,6 +1072,7 @@ export declare namespace games.jass.logic.data.models.table {
|
|
|
1072
1072
|
get cardsOnTable(): kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.table.bribes.CardOnTable */>;
|
|
1073
1073
|
get bribes(): kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.Bribe */>;
|
|
1074
1074
|
get cardDeck(): Nullable<any>/* Nullable<games.jass.logic.data.models.table.cards.CardDeck> */;
|
|
1075
|
+
get requestedCardDecks(): kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.CardDeck */>;
|
|
1075
1076
|
get gameInfo(): any/* games.jass.logic.data.models.table.GameInfo */;
|
|
1076
1077
|
get gameHistory(): games.jass.logic.data.models.table.history.GameHistory;
|
|
1077
1078
|
get gameId(): string;
|
|
@@ -1084,7 +1085,7 @@ export declare namespace games.jass.logic.data.models.table {
|
|
|
1084
1085
|
get currentTrump(): Nullable<any>/* Nullable<io.raspberryapps.card_game.core.data.models.cards.Suit> */;
|
|
1085
1086
|
get isGameFinished(): boolean;
|
|
1086
1087
|
toString(): string;
|
|
1087
|
-
copy(id?: string, version?: string, createdAt?: any/* kotlinx.datetime.Instant */, config?: games.jass.logic.data.models.table.config.Config, players?: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.JassPlayer */>, spectators?: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.Spectator */>, sceneInfo?: any/* games.jass.logic.data.models.table.scene.SceneInfo */, cardsOnTable?: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.table.bribes.CardOnTable */>, bribes?: kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.Bribe */>, cardDeck?: Nullable<any>/* Nullable<games.jass.logic.data.models.table.cards.CardDeck> */, gameInfo?: any/* games.jass.logic.data.models.table.GameInfo */, gameHistory?: games.jass.logic.data.models.table.history.GameHistory): games.jass.logic.data.models.table.JassTable;
|
|
1088
|
+
copy(id?: string, version?: string, createdAt?: any/* kotlinx.datetime.Instant */, config?: games.jass.logic.data.models.table.config.Config, players?: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.JassPlayer */>, spectators?: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.player.Spectator */>, sceneInfo?: any/* games.jass.logic.data.models.table.scene.SceneInfo */, cardsOnTable?: kotlin.collections.KtList<com.logic.data.models.player.PlayerIdContract/* games.jass.logic.data.models.table.bribes.CardOnTable */>, bribes?: kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.Bribe */>, cardDeck?: Nullable<any>/* Nullable<games.jass.logic.data.models.table.cards.CardDeck> */, requestedCardDecks?: kotlin.collections.KtList<any/* games.jass.logic.data.models.table.cards.CardDeck */>, gameInfo?: any/* games.jass.logic.data.models.table.GameInfo */, gameHistory?: games.jass.logic.data.models.table.history.GameHistory): games.jass.logic.data.models.table.JassTable;
|
|
1088
1089
|
hashCode(): number;
|
|
1089
1090
|
equals(other: Nullable<any>): boolean;
|
|
1090
1091
|
static get Companion(): {
|
|
@@ -1504,8 +1505,8 @@ export declare namespace games.jass.logic.domain.interactors.dealer {
|
|
|
1504
1505
|
get name(): "STANDARD";
|
|
1505
1506
|
get ordinal(): 0;
|
|
1506
1507
|
};
|
|
1507
|
-
static get
|
|
1508
|
-
get name(): "
|
|
1508
|
+
static get REQUEST_HOST_STANDARD(): games.jass.logic.domain.interactors.dealer.DealerStrategy & {
|
|
1509
|
+
get name(): "REQUEST_HOST_STANDARD";
|
|
1509
1510
|
get ordinal(): 1;
|
|
1510
1511
|
};
|
|
1511
1512
|
static get RANDOM_ORG(): games.jass.logic.domain.interactors.dealer.DealerStrategy & {
|
|
@@ -1532,7 +1533,7 @@ export declare namespace games.jass.logic.domain.interactors.dealer {
|
|
|
1532
1533
|
get name(): "EQUAL_HAND_BY_VALUE";
|
|
1533
1534
|
get ordinal(): 7;
|
|
1534
1535
|
};
|
|
1535
|
-
get name(): "STANDARD" | "
|
|
1536
|
+
get name(): "STANDARD" | "REQUEST_HOST_STANDARD" | "RANDOM_ORG" | "RANDOM_ORG_SIGNED" | "FAKE" | "BASED_ON_PREVIOUS" | "EQUAL_HAND_BY_POINTS" | "EQUAL_HAND_BY_VALUE";
|
|
1536
1537
|
get ordinal(): 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7;
|
|
1537
1538
|
shouldEqualiseHand(): boolean;
|
|
1538
1539
|
static values(): Array<games.jass.logic.domain.interactors.dealer.DealerStrategy>;
|