Skip to content

Commit be5ec5c

Browse files
committed
Added MinecraftJavaQueryInterface.php
1 parent 82384cd commit be5ec5c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

src/MinecraftJavaQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use DevLancer\MinecraftStatus\Exception\NotConnectedException;
1414
use DevLancer\MinecraftStatus\Exception\ReceiveStatusException;
1515

16-
class MinecraftJavaQuery extends AbstractStatus implements PlayerListInterface
16+
class MinecraftJavaQuery extends AbstractStatus implements MinecraftJavaQueryInterface
1717
{
1818
/**
1919
* @var string[]
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?php declare(strict_types=1);
2+
/**
3+
* @author Jakub Gniecki <[email protected]>
4+
* @copyright
5+
* For the full copyright and license information, please view the LICENSE
6+
* file that was distributed with this source code.
7+
*/
8+
9+
10+
namespace DevLancer\MinecraftStatus;
11+
12+
interface MinecraftJavaQueryInterface extends StatusInterface, PlayerListInterface
13+
{
14+
15+
}

0 commit comments

Comments
 (0)