LocationAPI

一个用于定义路标和位置点的API。

API

一键安装指令

!!MCDR plugin install location_api

数据同步于

...

上次更新

...

最新版本

总下载量

25

返回插件仓库

LocationAPI-v0.1.0.mcdr

版本

0.1.0

日期

2025年9月21日

大小

2.38 KiB

下载量

5

前往发行版源页面

MD5

94e34288fc6d040bc9157f93fc197069

SHA256

4cd7a227d12224486a1ddc16d8e781dd217d67d1bad365425b28735eb8ca9c5f

MCDR 插件依赖

插件 ID依赖版本
mcdreforged>=2.1.0
python>=3.11

Python 包依赖

Python 包依赖版本
mcdreforged>=2.1.0
beartype>=0.20.0

Python 包安装指令

pip install "mcdreforged>=2.1.0" "beartype>=0.20.0"
  • feat: add util methods to Point3D, Point2D

Now you can calculate distance(distance2d) and height with two points, use one point's method. Requires correct argument type.

Full Changelog: https://github.com/Mooling0602/LocationAPI-MCDR/compare/0.0.1...0.1.0