@minecraft/server-admin 1.0.0-beta.1.26.40-preview.20 → 1.0.0-beta.1.26.40-preview.24

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.
Files changed (2) hide show
  1. package/index.d.ts +7 -0
  2. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -134,6 +134,13 @@ export class AsyncPlayerJoinBeforeEvent {
134
134
  *
135
135
  */
136
136
  readonly persistentId: string;
137
+ /**
138
+ * @remarks
139
+ * The split screen slot of the joining player or undefined if
140
+ * the player is not in a split screen session.
141
+ *
142
+ */
143
+ readonly splitScreenSlot?: minecraftserver.PlayerSplitScreenSlot;
137
144
  /**
138
145
  * @remarks
139
146
  * Call this to explicitly allow the player to join the server.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@minecraft/server-admin",
3
- "version": "1.0.0-beta.1.26.40-preview.20",
3
+ "version": "1.0.0-beta.1.26.40-preview.24",
4
4
  "description": "",
5
5
  "contributors": [
6
6
  {
@@ -14,7 +14,7 @@
14
14
  ],
15
15
  "peerDependencies": {
16
16
  "@minecraft/common": "^1.0.0",
17
- "@minecraft/server": "^1.17.0 || ^2.0.0"
17
+ "@minecraft/server": "^1.17.0 || ^2.9.0-rc.1.26.40-preview.24"
18
18
  },
19
19
  "license": "MIT"
20
20
  }