Commit 03cee82
committed
feat: add SurfCoreApiPaperImpl and server name retrieval
- Introduce `SurfCoreApiPaperImpl` implementation extending `SurfCoreApiImpl` for Paper-specific logic.
- Add `getCurrentServerName` method to `SurfCoreApi` and its1 parent 0a20a89 commit 03cee82
File tree
3 files changed
+15
-4
lines changed- surf-core-api/surf-core-api-common/src/main/kotlin/dev/slne/surf/core/api/common
- surf-core-core/surf-core-core-common/src/main/kotlin/dev/slne/surf/core/core/common
- surf-core-paper/src/main/kotlin/dev/slne/surf/core/paper/api
3 files changed
+15
-4
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | | - | |
12 | | - | |
| 9 | + | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
| |||
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments