MinecraftServerInformations:提供有关Minecraft服务器(玩家maxplayer和motd)信息的库 源码
MinecraftServer信息 MinecraftServerInformation是一个Java库,用于检索有关Minecraft服务器的信息。 安装 从“发行”选项卡下载最新版本 将.jar添加到您的项目库 用法 class Test { void retrievePaladiumInfos (){ AServer server = MinecraftServerInformations . INSTANCE . getBuilder() .host( " proxy.paladium-pvp.fr " ) .port( 25565 ) .onPingSuccess( this :: serverPinged) .build();
文件列表
MinecraftServerInformations-master.zip
(预估有个20文件)
MinecraftServerInformations-master
README.MD
2KB
gradlew.bat
3KB
gradlew
6KB
.github
ISSUE_TEMPLATE
bug_report.md
834B
feature_request.md
595B
LICENSE
1KB
gradle
暂无评论